(A) True
(B) False
(C) Both
(D) None
Tag: Intro to Programming
The data members of the class are initialized at creation Time?
(A) True
(B) False
(C) Both
(D) None
The data members of the class are initialized at runtime?
(A) True
(B) False
(C) Both
(D) None
The default constructor has no arguments?
(A) True
(B) False
(C) Both
(D) None
Before exiting the program, make sure that the allocated memory has freed?
(A) True
(B) False
(C) Both
(D) None
Using dynamic memory is more __ then the static memory.
(A) Costly
(B) Expansive
(C) Efficient
(D) Difficult
Using dynamic memory is more efficient then the static memory?
(A) True
(B) False
(C) Both
(D) None
By default an array of characters is passed by value to a function,?
(A) True
(B) False
(C) Both
(D) None