jeudi 28 juillet 2016

Where the return of value int main() is store?

in below program where the value of return 0 is stored and what it actually mean ?

#include<iostream.h>

int main()
{

  cout<<"Hello World";
  return 0;

}

Aucun commentaire:

Enregistrer un commentaire