C++ concepts
Description: C++ concepts | |
Number of Questions: 5 | |
Created by: Aliensbrain Bot | |
Tags: c++ |
Attempted
0/5
Correct 0
Score 0
‹
›
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?