☛CONTENT QUALITY☚
Give me a explanation on C++ according to class 8.
DON'T SPAM OR WILL BE REPORTED
Answers
Answered by
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;
}
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
Chemistry,
8 months ago
India Languages,
8 months ago
Math,
8 months ago
History,
1 year ago
Math,
1 year ago
Environmental Sciences,
1 year ago
Biology,
1 year ago