C++ Interview Questions and Answers for Experienced - 4

Question: 16

What is an association?

Operators are executed in the order of precedence.

The operands and the operators are grouped in a specific logical way for evaluation.

This logical grouping is called as association.

Question: 17

What are the divisions in floating type?

Floating type is divided into float and double. Floating type can store values with fractional part.

Question: 18

What is the meaning of implicit conversion?

Implicit conversion refers to data type change brought about in expressions by the compiler.

Question: 19

What are the important operators in pointer data type?

The important operators are the address of (&) operator (*).

Related Questions