(A) ||
(B) &
(C) &&
(D) !
Tag: C++ Mcqs
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