(A) True
(B) False
(C) Both
(D) None
Category: Introduction to Programming Mcqs
Introduction to Programming Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Programming Mcqs section will help users to prepare mcqs of programming languages for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, Software engineer and all other Competitive Exams can prepare their computer programming portion from here.
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