C Programming Language MCQ Structure in C Language
⚠ Report ✓ Question Verified Copy Link
#include struct { int k; char c; } p; int p = 10; int main() { p.k = 10; printf("%d %d\n", p.k, p); }
Learn More MCQ Questions from C Programming Language MCQ Structure in C Language