Programming Languages C Objective
Mar 09, 2013

What will be the output of the following program?

#include<stdio.h>
main()
{
char str[]="S\065AB";
printf("\n%d", sizeof(str));
}

Choose the correct answer:
A) 5
B) 7
C) 6
D) Compiler error
Detailed Explanation

No Explanation

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback