20-09-2011, 06:10 AM
Hello
dose a line of the form
considered a misuse of the comma operator.
meaning, the line is considered as composed of multiple statements in a single line.
if so then what about, just plain
Thanks
-Alon
dose a line of the form
Code:
int i=0,j=0,k,l;
meaning, the line is considered as composed of multiple statements in a single line.
if so then what about, just plain
Code:
int i,jk;
Thanks
-Alon
<t></t>