what is c++ in computer science
Answers
Answered by
2
C++ is a coding software where the programs are made with the help of certain coding where certain rules are to be followed....... A C++ program always start with a header file , generally it is #include , then we allow to read the variables we want, along with their data types, then program is always written in between the curly braces ( { } ). ...... Cout statement is for printing whereas cin statement is for taking in data....... If your program is a void type and conio.h header file is used then the program is ended by ---> getch(); whereas if it of other data type like int type then it is always ended with return 0; .......... C++ has a very big syllabus and for that you need to and you should concentrate in your classes.....
PinkyTune:
Great intro to C
Similar questions