- A 40 20
- B 21 40
- C 20 40
- D 20 41
C Programming Language MCQ Data Types in C Language
⚠ Report ✓ Question Verified Copy Link
#include void main() { int x = 40 ; { int x = 20 ; printf("\n%d ",x); } printf("%d ",x); }
Learn More MCQ Questions from C Programming Language MCQ Data Types in C Language