Answer Posted / ishu
Rick Mascitti...
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Why namespace is used in c++?
Write a program to show polymorphism in C++?
What are inline functions? What is the syntax for defining an inline function?
Mention the purpose of istream class?
How new/delete differs from malloc()/free?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Which operator cannot be overloaded c++?
What is meant by a delegate?
Explain differences between new() and delete()?
What is endl?
What is c++ virtual inheritance?
What does floor mean in c++?
Ask to write virtual base class code?
What do you mean by persistent and non persistent objects?
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)