Q:

What will be output of the following c code?

belongs to collection: SYSTEMS PROGRAMMING LANGUAGES MCQ

0

What will be output of the following c code?

#include
int main(){
volatile int a=11;
printf(“%d”,a);
return 0;
}

  1. 11
  2. Garbage
  3. 15
  4. Cannot Predict

All Answers

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

 (d).Cannot Predict

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?... >>
<< Which of the following is integral data type?...