[LCP]what value does the foo() return?

mehul radheshyam choube mrc_cprog at rediffmail.com
Thu Jan 1 16:48:01 UTC 2004


An HTML attachment was scrubbed...
URL: http://lists.linux.org.au/pipermail/linuxcprogramming/attachments/20040101/c9eb35d7/attachment.htm 
-------------- next part --------------
int foo()
{
    if(0) {
        return 0;
    }/* if(0) */
}

int main (int argc, char **argv)
{
    printf("%d\n", foo());
}

mehul.


More information about the linuxCprogramming mailing list