Computer Science, asked by Suryavardhan1, 1 year ago

☛CONTENT QUALITY☚

Give me a explanation on C++ according to class 8.

DON'T SPAM OR WILL BE REPORTED

Answers

Answered by Anonymous
3
☆The object oriented programing feature and low level language manipulation is called the
C ++ language.
..


☆C++ is widely known as a low-level, advanced language that every programmer should know. 


_____________________________________________



hello world in C ++


#include
#include

//Standard namespace declaration
using namespace std;

//Main Function
int main()
{

//Standard Ouput Statement
cout<<"My First C++ Program";

// Wait For Output Screen
getch();

//Main Function return Statement
return 0;
}


Suryavardhan1: Thank you very much for your help
Similar questions