+ 1

What's the meaning of c++ syntax for a beginner

28th Feb 2022, 10:51 AM
Ikechukwu Christian
3 Answers
+ 5
#include <iostream> using namespace std; // main() is where program execution begins. int main() { cout << "Hello World"; // prints Hello World return 0; }
1st Mar 2022, 1:45 PM
Vaibhav
Vaibhav - avatar
0
I mean #include<iostream> and co...... What messages does it paas to the computer
28th Feb 2022, 11:36 AM
Ikechukwu Christian
0
I think c++ means the highest level for coding/programing
2nd Mar 2022, 6:09 AM
Vivian Lo
Vivian Lo - avatar