roshan22418's blog

By roshan22418, history, 12 days 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.

*/

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

»
12 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by roshan22418 (previous revision, new revision, compare).

»
12 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by roshan22418 (previous revision, new revision, compare).