Answer to Question #3357 in C++ for mukunda

Question #3357
Write a program which gives 5lines of information about C language.
1
Expert's answer
2011-08-02T14:21:59-0400
#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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS