McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
CPP Programming
→
Pick the odd one out
Q.
Pick the odd one out
A.
array type
B.
character type
C.
Boolean type
D.
integer type
Answer» A. array type
723
0
Do you find this helpful?
4
View all MCQs in
CPP Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following is true about templates? 1) Template is a feature of C++ that allows us to write one code for different data types. 2) We can write one function that can be used for all data types including user defined types. Like sort(), max(), min(), ..etc. 3) We can write one class or struct that can be used for all data types including user defined types. Like Linked List, Stack, Queue,..etc. 4) Template is an example of compile time polymorphism.
When one object reference variable is assigned to another object reference variable then
If a function is friend of a class, which one of the following is wrong?
Which one of the following is correct, when a class grants friend status to another class?
Assigning one or more function body to the same name is called ____________.