[LCP]which one first?

mehul radheshyam choube mehulchoube_cprog at rediffmail.com
Mon Mar 11 17:44:05 UTC 2002


hi friends,

here is a following code have a look,

for(i = 0; buf[i] != ' ' && buf[i] != '\0'; value[i] = buf[i], i++);

which statement will execute first
value[i] = buf[i] or
i++
please give reasons.

mehul. 




More information about the linuxCprogramming mailing list