What will be printed as a result of code execution:
#include "stdio.h"

int foo(int a, int b)
{
     int c;
     c=a+b;
}

int main()
{
    printf("ret=%d", foo(5,6));
    return 1;
}

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes