July 01, 2003
About // CommentsListing 2: A quiet change due to // comments
#include <stdio.h>
int main()
{
int i = 1 //* comment */ 2
;
printf("%d\n", i);
return 0;
}
|
|
||||||||||||||||||||||||||||
|
|