roshan22418's blog

By roshan22418, history, 3 weeks ago, In English

namaste duniya program

include

using namespace std;

int main(){ cout<<"namaste duniya"; return 0; }

/*#include is a header file library that helps with input and output objects in C++ language.

Using namespace std use for the objects and variables from the standard library.

*/

Full text and comments »

  • Vote: I like it
  • -20
  • Vote: I do not like it