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