(A) ||
(B) &
(C) &&
(D) !
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.
What is the range of signed Char?
(A) 0 to 255
(B) -128 to 127
(C) 127 to -128
(D) 0 to 127
Do-While loop is also known as?
(A) Per tested
(B) Entry control
(C) Exit control
(D) All of the above
Which of the following is a format string?
(A) \n
(B) &
(C) %d
(D) None of the above
ASCII value of ‘\0’ character is?
(A) 0
(B) 32
(C) 48
(D) 65
Size of a Turbo C/C++ compiler is?
(A) 16 Bits
(B) 32 Bits
(C) 64 Bits
(D) 132 Bits
Which loop is faster in c++?
(A) While
(B) Do while
(C) For
(D) All loops works at same speed
Which type of language is CPP?
(A) Dynamically typed language
(B) Statically typed language
(C) Procedural
(D) Both A & B