Questions
Question 1 Multiple Choice (Multiple Answers)
Types of Storage Class Variables
- Automatic
- Global
- Static
- External
Question 2 Multiple Choice (Single Answer)
__________ pointer is a type of pointer of any data type and generally takes a value as zero
- Vptr
- Void
- Null
- Zero
Question 3 Multiple Choice (Single Answer)
Which of the following statements are true?a. By default,all members of structure are private.b.new and delete operator can be overlaodedc.friend fucntion can overload [],(),= operators.
- a only
- a and b
- b only
- none of the above
Question 4 Multiple Choice (Single Answer)
During Compilation, The function call is replaced by function code for which function?
- Virtual functions
- Inline functions
- Static functions
- Friend functions
Question 5 Multiple Choice (Single Answer)
The idea of hiding data that are not needed for presentation is
- Encapuslation
- Abstraction
- Information Hiding
- Polymorphism