A
Q. What would be the output of the following program?
Code:
#include
main()
{
char str[]=”S 65AB”;
printf(“n%d”, sizeof(str));
}
main()
{
char str[]=”S 65AB”;
printf(“n%d”, sizeof(str));
}
- Correct Answer - Option(B)
- Views: 22
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.