- A Compile time error
- B 10
- C Undefined behaviour
- D Segmentation fault
C Programming Language MCQ Structure in C Language
⚠ Report ✓ Question Verified Copy Link
#include struct { int k; char c; }; int main() { struct p; p.k = 10; printf("%d\n", p.k); }
Learn More MCQ Questions from C Programming Language MCQ Structure in C Language