M
Mars
I am reading the code of a program from the examples, but really don't
understand this one........
int i,j;
.....................................................
while (scanf("%d",&i),j)
{
........................................
}
So I think the question should become,
how does the compiler evaluate the expression, (int i,int j)??
(am I right?? 'cause scanf function returns an integer as I know)
understand this one........
int i,j;
.....................................................
while (scanf("%d",&i),j)
{
........................................
}
So I think the question should become,
how does the compiler evaluate the expression, (int i,int j)??
(am I right?? 'cause scanf function returns an integer as I know)