C Programming Language Variable in C Language
⚠ Report Question ✓ Question Verified
#include void main() { int x = 40 ; { int x = 20 ; printf("\n%d ",x); } printf("%d ",x); }
Learn More MCQ Questions from C Programming Language Variable in C Language
This page contains multiple choice questions (MCQs) on the topic of Variables in C Language. Test your knowledge and understanding of the concept of variables in C Language with these MCQs.