I thought the following C program is perfectly valid (after reading about the comma operator in C). But there is a mistake in the following program, can you identify it?
#include
{ int a = 1,2;
printf("a : %d\n",a);
return 0;
}
C Program
Posted by
sahana raghav
Friday, March 26, 2010
Labels: Programming
0 comments:
Post a Comment