Geek | Only True Programmers are able to Get this One Correct...



A union stores all the variables declared inside the union in the same memory location, but allows different types of variables, among which only one specific type can be used. Since both the variables inside the union are int, it will only allocate memory for 1 int type, so it will be like working with 1variable. 2. 7 what are controlled variables