โช Choose the correct option.
What will be the output of the program on GCC compiler?
#include
int main() {
printf("%d, %d ", sizeof(NULL), sizeof(""));
return 0;
}
What will be the output of the program on GCC compiler?
What will be the output of the program on GCC compiler?
#include
int main() {
printf("%d, %d ", sizeof(NULL), sizeof(""));
return 0;
}