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
Question
Asked 11/25/2011 10:50:02 AM
0 Answers/Comments
This answer has been confirmed as correct and helpful.
Rating
There are no new answers.