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));
}
Detailed Explanation
No Explanation
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts