1) what are the data types in c++?
Ans): there are 4 data type
A) integer ( int)
B) character ( char)
C) floating (float)
D) double (double)
2) what is c++?
Ans): c++ is a object oriented programming which is Same as C but includes classes and objects
3) what features of structure of c++ contains?
C++ contains 1) header file
2) preprocessing directive
3) main function
4) member function
4) from where actuall coding of c++ starts?
Ans): from main function actuall coding of c++ starts
5) what are the commends for printing output and inserting input?
Ans): cout is for print output
Cin is for insert input