Q:

What will be output of the following code?

0

What will be output of the following code?

#include
int main(){
printf(“%d\t”,sizeof(6.5));
printf(“%d\t”,sizeof(90000));
printf(“%d”,sizeof(‘A’));
return 0;
}

  1. 8 4 8
  2. 8 4 2
  3. 8 4 4
  4. 8 4 3

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).8 4 4

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now