+ 1
What's the meaning of c++ syntax for a beginner
3 ответов
+ 5
#include <iostream>
using namespace std;
// main() is where program execution begins.
int main() {
cout << "Hello World"; // prints Hello World
return 0;
}
0
I mean #include<iostream> and co......
What messages does it paas to the computer
0
I think c++ means the highest level for coding/programing