A
Q. What is the output of this code?
Code:
#include <stdio.h>
int main() {
printf("%d", sizeof('A'));
return 0;
}
int main() {
printf("%d", sizeof('A'));
return 0;
}
- Correct Answer - Option(C)
- Views: 15
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.