Get Answers to all your Questions

header-bg qa

What is c++ and its commands?

Answers (1)

best_answer

C++ is an extension of the C language and is a general-purpose programming language used to create high-performance applications.It works on Object-oriented programming technique. 

Some basic commands of C++ are as follows: 

  1. #define
  2. #error
  3. #include
  4. #pragma
  5. #line
  6. #if
  7. #ifdef
  8. Cout
  9. Cin
  10. __FILE__
Posted by

Deependra Verma

View full answer