Write a program which gives 5lines of information about C language.
#include <iostream>
using namespace std;
int main()
{
cout << "C is a general-purpose computer programming language" << endl;
cout << "developed between 1969 and 1973 by Dennis Ritchie " << endl;
cout << "for use with the Unix operating system. Although C was" << endl;
cout << "designed for implementing system software, it is also" << endl;
cout << "widely used for developing portable application software." << endl;
return 0;
}
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++