-
-
Function Pointers
Why function pointers are not dereferanced?
-
Classes
How many parameters are there in a binary operator implemented as a friend?Choose one answer. a. 2 b. 0 c. 1 d. as many as you need
-
Function Linkage Mechanism
What is function linkage mechanism? Can inline function be used at run time? Why or why not?
-
Function pointer
How to assign function pointer to static function?
-
-
-
-
-
What is the Basic nature of "cin" and "cout" and what concept or principle we are using on those two?
Basically "cin and cout" are INSTANCES of istream and ostream classes respectively.And the concept which is used on cin and cout is operator overloading. Extraction and Insertion operators are overloaded for input and ouput operations. Reference:: Object oriented programming in C++ By E.Balagurusamy
-
-
-
-
-
-
-
-
-
-
C++ Interview Questions
Ans