TEST YOUR C++ SKILLS
QUESTIONS:
Q1. The operator used for dereferencing or indirection is........?
- *
- &
- ->>
- ->
Q2. Which keyword is used to define the macros in C++?
- macro
- define
- #define
- none of the above.
Q3. How many types of macros are there in C++ ?
- 1
- 2
- 3
- 4
Q4. How many sequence of statements are present in C++?
- 1
- 2
- 3
- 4
Q5. What is this operator called ?:? ?
- relational
- conditional
- casting operator
- none of the above.
ANSWERS:
A1. 1
A2. 3
A3. 2
A4. 4
A5. 2