What does new return if there is insufficient memory to make your new object?
Write the program for fibonacci in c++?
Can a program run without main function?
can anybody please tell me how to write a program in c++,without using semicolon(;)
How can a struct in c++ differs from a struct in c?
What are the different types of polymorphism in c++?
What is rtti in c++?
What are namespaces in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is the difference between global variables and local variable
Explain what are single and multiple inheritances in c++?
Define copy constructor.
Write about the use of the virtual destructor?