Computer Science, asked by s9131726881, 5 months ago

Q 3 - What is the output of the following program?
#include<stdio.h>
main()
{
union abc {
int X
char ch;
}var;
var.ch 'A';
printf("%d", var.x);
}
A-A
B - Garbage value
C-65
no
D - 97
ST​

Answers

Answered by khushirunwal57
0

Answer:

yeh kya question hai issme kya batana h

Similar questions