Weegy: Let suppose Union intorDouble{Int ival; Double charvar;}; main(){ intorDouble VAZ; int size ; size = sizeof(VAZ);} What will be the value of variable "size", ...
User: Let suppose
Union intorDouble{
Int ival;
Double charvar;
};
main(){
intorDouble VAZ;
int size ;
size = sizeof(VAZ);
}
What will be the value of variable "size", if int occupies 4 bytes and double occupies 8 bytes?
? 2
? 4
? 8
? 12
its correct option?
Weegy: please wait
User: Let suppose
Union intorDouble{
Int ival;
Double charvar;
};
main(){
intorDouble VAZ;
int size ;
size = sizeof(VAZ);
}
What will be the value of variable "size", if int occupies 4 bytes and double occupies 8 bytes?
? 2
? 4
? 8
? 12
Please tell me its correct answer just?
(More)