[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Functions - Discussion

Home > C Programming > Functions > MCQs Questions Discussion

11 / 53

What will be output of the following "c" code?

#include<stdio.h> int main()
{
show();
return 0;
}
void show()
{
printf("I'm the greatest");
}

ACompier error: Type mismatch in redeclaration of show.

BI', the greatest

CLinker error

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Capgemini

Post Your Answer Here:     

Reply    
Rate This: +0 -0
    Report


Report Error

Please Login First Click Here