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
→
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
1.4k
0
Do you find this helpful?
1
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.
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?