In computing, there are lots of languages that each and every user may decide to study, thus depending on the availability of a job in the programming market.
C++ is noted to be one of the international languages that has high-level programming features. This language is known and created by Bjarne Stroustrup in 1985.
Meanwhile, it is an extension of the C language and offers several advantages, such as object-oriented programming, inheritance, polymorphism, exception handling, and more.
C++ is widely used for system programming, game development, and various applications due to its high performance and flexibility.
Some examples of Programming Languages
- C++
- C#
- R
- Python
- PHP
- QBasic
- etc
First Code In C++/C Using Code Editor
1 #include <stdio.h>
2 int main ( ) {
3 printf (” I love studying programming”);
4 return 0;
5 }
NOTE:
To print or run the program, follow the given steps below:
- Click on the run button or command to execute the program
- Select the compiler, thus C++/C
- Click or tap on the Execute command
Congratulations!!!
About Author
Discover more from SURFCLOUD TECHNOLOGY
Subscribe to get the latest posts sent to your email.