What header file is needed for exit();
a) stdlib.h
b) conio.h
c) dos.h
What is a loop? What are different types of loops in c++?
What are the weaknesses of C++?
Is c++ the hardest programming language?
What is flush c++?
What is functions syntax in c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What are the various arithmetic operators in c++?
Generally variables are stored in heap memory. When he variables are created in stack?
Give an example of run-time polymorphism/virtual functions.
What is the full form of dos?
What is the outcome of cout< a) 16 b) 17 c) 16.5