A
Q. What will be the output of following statements ?
Code:
char x[ ] = “hello hi”; printf(“%d%d”,sizeof(*x),sizeof(x));
- Correct Answer - Option(B)
- Views: 4
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.