Sail E0 Webinar
Question

What will be output if you compile following c code ?


#include<stdio.h>
int funct1(int a)
{{;}{{;}return a;}}
void main()
{
int a=17;
printf("%d",funct1(a));
}


Options:
A .  Compile Error
B .  0
C .  17
D .  None of these
Answer: Option C




Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers