(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.
delete operator is used to return memory to free store which is allocated by the new operator?
(A) True
(B) False
(C) Both
(D) None
When we do dynamic memory allocation in the constructor of a class, then it is necessary to provide a destructor.
(A) True
(B) False
(C) Both
(D) None
Overloaded member operator function is always called by?
(A) Class
(B) Object
(C) Compiler
(D) Primitive data type
What will be the correct syntax of the following statement? ptr is a constant pointer to integer?
(A) const int *ptr ;
(B) const *int ptr ;
(C) int const *ptr ;
(D) int *const ptr ;
Which of the following data type will be assumed if no data type is specified with constant?
(A) short
(B) float
(C) int
(D) double
In __ we try to have a precise problem statement.
(A) Analysis
(B) Design
(C) Coding
(D) None of the above
C is widely known as development language of __ operating system.
(A) Linux
(B) Unix
(C) Windows
(D) Mac OS