C - Keywords - Discussion

You Are Here :: Home > C > Keywords - Discussion

 



Q.

What would be the output of the following program?

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

A. 7 B. 6
C. 5 D. error

Answer: Option B
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion