- A Compile time error
- B Nothing
- C hello
- D Varies
C Programming Language MCQ Structure in C Language
⚠ Report ✓ Question Verified Copy Link
#include struct student { int no; char name[20]; } void main() { struct student s; s.no = 8; printf("hello"); }
Learn More MCQ Questions from C Programming Language MCQ Structure in C Language