Version 1
#include <iostream> using namespace std; int main() { std::cout << "Welcome to the wonderful world of C++!!!\n"; return 0; }
Version 2
#include <iostream> using namespace std; int main() { cout << "Welcome to the wonderful world of C++!!!\n"; return 0; }
Here is an example of running the program:
Welcome to the wonderful world of C++!!!
टिप्पणियाँ
एक टिप्पणी भेजें
The comments are highly moderated. Use your real name and comments should must be related to the post. If you have to say anything else please consider mentioning us at twitter. My twitter account is @netrival.