McqMate
Login
Register
Home
Search
Login
Register
Computer Science Engineering (CSE)
CPP Programming
Which data type is used to represent the...
Q.
Which data type is used to represent the absence of parameters?
A.
int
B.
short
C.
void
D.
float
Answer» C. void
View all MCQs in:
CPP Programming
Discussion
Comment
Related Questions
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.
Which type is best suited to represent the logical values?
What does an escape code represent?
The value 132.54 can be represented using which data type?
Which type of data file is analogous to an audio cassette tape?
When a language has the capability to produce new data type mean, it can be called as …...
In C++, const qualifier can be applied to 1) Member functions of a class 2) Function arguments 3) To a class data member which is declared as static 4) Reference variables
Which of the following is true about new when compared with malloc: 1) new is an operator, malloc is a function 2) new calls constructor, malloc doesn’t 3) new returns appropriate pointer, malloc returns void * and pointer needs to typecast to appropriate type.
In which type of storage location are the vector members stored?
Which among the following is/are type(s) of this pointer?
Login to Continue
It will take less than 2 minutes
Continue with Google
Continue with Linkedin
Continue with Twitter
Report MCQ
Remark*
Report