Find the output of the below snippet. union abc { int a, char b: } yar: void main() { var.a = 66: printf("%d %d", var.a var.b); }
Answers
Answered by
0
Answer:
compile time error
Explanation:
you do not store any value in char b ; variable or do not end with semicolon (;).
Similar questions
Social Sciences,
10 days ago
Computer Science,
10 days ago
Math,
20 days ago
Physics,
20 days ago
Geography,
9 months ago
History,
9 months ago