C++ is a general purpose programming language and widely used now a days for competitive programming. It has imperative, object-oriented and generic programming features. C++ runs on lots of platform like Windows, Linux, Unix, Mac etc. C++ is a popular programming language. C++ is used to create computer programs. Example #include <iostream> using namespace std; int main() { cout << "Hello World!" ; return 0 ; }
Comments
Post a Comment