(A) main()
(B) sqrt()
(C) new()
(D) start()
Category: C++ Programming Mcqs
C++ Programming Mcqs for Screening tests, Interviews, Viva and Other competitive exams. C++ Programming Mcqs section will help users to prepare mcqs of C++ Programming 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 C++ programming portion from here.
An inline function is expanded during at?
(A) Run-time
(B) Never expanded
(C) Compile-time
(D) All of the above
The value 20.58 can represented using which datatype?
(A) void
(B) double
(C) int
(D) None of the above
Which of the following will not return a value?
(A) int
(B) void
(C) null
(D) empty
Which of the following is the default return value of function?
(A) char
(B) float
(C) int
(D) void
The if-else statement can be replaced by which operator?
(A) Conditional operator
(B) Arithmetic operator
(C) Bitwise operator
(D) Logical operator
The destination statement for the goto label is identified by what label?
(A) #
(B) $
(C) @
(D) :
What is the name of * operator in pointer?
(A) Address of operator
(B) Value at address operator
(C) Multiplication operator
(D) None of the above