C++ Programming
Interview Questions And Answers
Q: - What is the advantage of function overloading according to users point of view?
We know that function name is same. But each time we are writing code for each function. In this case it is advantageous than normal function.
Submitted By:-David Email-ID: - David_Willa121@yahoo.com
Q: - What is difference between visual c++ & ANSI c++ ?
Visual C++ is probably the most popular favored compiler, because of it's history of quality and stablity.But in ANSI C++ is a less popular, but is a much more powerful and robust compiler. The IDE is also a lot more powerful than MSVC.
Submitted By:-David Email-ID: - David_Willa121@yahoo.com
Q: - What is RTTI?
RTTI bassicaly Run Time Type Information. It Certain language features to work a limited amount of information about types is required at runtime. This is the Run Time Type Information or RTTI.
Submitted By:-David Email-ID: -David_Willa121@yahoo.com
| |

