Question: Question 1 A function return a structure. 1) may 2 may not 3) will always 4) cannot possibly 5 None of these Question 2 A
Question 1 A function return a structure. 1) may 2 may not 3) will always 4) cannot possibly 5 None of these Question 2 A structure data type. contain members of the same 1) cannot 2 can 3 should not 4 None of these Question 3 A structure pointer contains: 1) the address of a structure variable 2 the dereferenced address of a structure tag 3) the name and address of the structure tag 4) the address of a structure tag None of these Question 4 Before a structure can be used, it must be: 1) declared deallocated 3 initialized All of these 5 None of these Question 5 Data types that are created by the programmer are known as: 1) variables 2) abstract data types (ADT) 3) functions 4) parameters 5 None of these Question 6 If Circle is a structure tag, the statement Circle *pcirc; declares a structure variable called *pcirc 2 declares a structure point er called pcirc 3) is illegal in C++ 4) initializes a Circle pointer 5 None of these
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
