adplus-dvertising
frame-decoration

Question

A derived type that is based upon more than one fundamental type, is called

a.

Super type

b.

Structure type

c.

Objective type

d.

All of them

Answer: (b).Structure type

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A derived type that is based upon more than one fundamental type, is called

Similar Questions

Discover Related MCQs

Q. X *= y is an example of

Q. <, >, <=, >=, == all this operators are called

Q. The terms lvalue and rvalue is referred to the things that appears on

Q. A non-member function that is given access to all members of a class within it is declared, is called

Q. The address operator is denoted by

Q. The increment operator ++and decrement operator −− each have two forms, that is called

Q. Float * p = new float [50]; is an example of

Q. Lvalues that appears on the left side of an assignments are called

Q. When a variable is declared, three attributes are associated with it, its name, its type and

Q. There are how many different ways to pass a pointer to a function?

Q. What is a Pointer?

Q. There are how many values that can be used to initialize a pointer

Q. A unary operator that returns the address of its operands, are called

Q. There are how many ways in C++ to pass an arguments to a function?

Q. A pointer can be initialized with

Q. Which from the following is not a correct way to pass a pointer to a function?

Q. A qualifier that enables the programmers to inform the compiler that the value of a particular variable should not be modified?

Q. Which operator returns the address of unallocated blocks in memory?

Q. Referencing a value through a pointer is called

Q. Which unary operator is used for determining the size of an array?