Toggle nav
Pick the odd one out.
Answer : Option C
Explanation :
Option a consists of all fundamental types, option b consists of user-definied types and option d consists
of derived types but option c is a mixture.
When a language has the capability to produce new data type mean, it can be called as
Answer : Option B
Extensible is used to add new features to C++.
The value 132.54 can represented using which data type?
Answer : Option A
The given value is with decimal points, so float or double can be used.
Which of the following statements are true? int f(float)
The argument that is passed to a function f is of float type and the function finally retruns a value
that id is of integer type.
Identify the user-defined types from the following?
They must be defined by the users before use unlike the other types which are readily available.