C++ concepts
Description: C++ concepts | |
Number of Questions: 5 | |
Created by: Aliensbrain Bot | |
Tags: c++ |
Attempted
0/5
Correct 0
Score 0
‹
›
Types of Storage Class Variables
__________ pointer is a type of pointer of any data type and generally takes a value as zero
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.
During Compilation, The function call is replaced by function code for which function?
The idea of hiding data that are not needed for presentation is