1.
Which of the following is not used to seek a file pointer?

2.
During dynamic memory allocation in CPP, new operator returns _________ value if memory allocation is unsuccessful.

3.
We can create objects of the abstract class.

4.
Which of the followings is/are pointer-to-member declarator?

5.
Default value of static variable is_____ .

6.
________ are used to format the data display in CPP.

7.
Reusability of the code can be achieved in CPP through ______ .

8.
By default, members of the class are ____________ in nature.

9.
Which of the following is CPP style type-casting?

10.
If a program uses Inline Function, then the function is expanded inline at ___________.