Login and Register ×
Check your Email for the OTP
C Programming Language MCQ Data Types in C Language
⚠ Report ✓ Question Verified Copy Link
#include int main(){ volatile int x=34; printf("%d",x); return 0; }
Explanation:
We cannot predict the value of volatile variable because its value can be changed by any microprocessor interrupt.
Related Topic:
Share Above MCQ
Learn More MCQ Questions from C Programming Language MCQ Data Types in C Language