[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 :: Declarations and Initializations - Discussion

Home > C Programming > Declarations and Initializations > MCQs Questions Discussion

23 / 54

Which of the following option is correct for the below 'C' program?

#include<stdio.h>
int main () {
int  ( *Commprintf) (const char*, ... ) = printf;
Commprintf (  "Hello World");
return 0;
}

ANo output

BUndefined symbol Commprintf

CCompile Error: Prototype mismatch

DHello World

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Commvault

Post Your Answer Here:     

No Discussion on this question yet!