[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.
Interview Questions and Answers :: IpInfusion

15. What will be the output of the below program.

char *p = "Hello"
char *q;
char a[10] = {0};
char b;
printf("% %d %d %d ", sizeof(p),sizeof(q),sizeof(a),sizeof(b));

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!