What is an inline function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is name hiding in c++?
What is the benefit of c++?
What are maps in c++?
What is type of 'this' pointer? Explain when it is get created?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
Is linux written in c or c++?
Why do we need pointers?
how many trys can we write in one class
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is c++ good for?
Define friend function.