C++ Coding : Programming Concept Questions & Answers
Question : Which one is not a correct variable type in C++?
A.
float
B.
real
C.
int
D.
double
Correct Answer is : Option B.
- Which operation is used as Logical 'AND'
- An expression A.B in C++ means ____
- A C++ code line ends with ___
- ______ function is used to allocate space for array in memory.
- A ponter pointing to a variable that is not initialized is called ____