Object Oriented Programming Using C Plus Plus - Study Mode

[#176] The int type of constants are whole numbers in the range
Correct Answer

(B) -32768 to 32767

[#177] When the function char someFunction(int x) is executed,
Correct Answer

(D) it may or may not throw anything

[#178] One way in which a structure differs from an array is that
Correct Answer

(A) a structure may have members of more than one type

[#179] Variables that hold memory addresses are called _____
Correct Answer

(C) pointers

[#180] The function stricmp("Jose", "JOSE") will return _____
Correct Answer

(B) 0