How long it will take to learn c++?
No Answer is Posted For this Question
Be the First to Post Answer
How can a called function determine the number of arguments that have been passed to it?
What is the use of typedef?
What is virtual destructor? What is its use?
How new/delete differs from malloc()/free?
How should runtime errors be handled in c++?
What is type of 'this' pointer? Explain when it is get created?
Out of fgets() and gets() which function is safe to use and why?
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 the history of c++?
Differentiate between declaration and definition.
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is the use of static functions?