Q:

What will be output of the following code?

belongs to collection: SYSTEMS PROGRAMMING LANGUAGES MCQ

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)

SYSTEMS PROGRAMMING LANGUAGES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What will be output of the following c code? ( acc... >>
<< The field that contains a segment index or an inte...