Q:

What will be output of the following c code?

0

What will be output of the following c code?

#include
int main(){
int a= sizeof(signed) +sizeof(unsigned);
int b=sizeof(const)+sizeof(volatile);
printf(“%d”,a+++b);
return 0;
}

  1. 5
  2. 9
  3. 8
  4. 7

All Answers

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

 (c).8

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