C Programming Language MCQ Structure in C Language
⚠ Report ✓ Question Verified Copy Link
#include void main() { struct student { int no; char name[20]; }; struct student s; no = 8; printf("%d", no); }
Learn More MCQ Questions from C Programming Language MCQ Structure in C Language