c++ first program


SUBMITTED BY: GBPATEL

DATE: June 29, 2016, 9:15 p.m.

FORMAT: C++

SIZE: 180 Bytes

HITS: 4058

  1. include<iostram.h>
  2. include<conio.h>
  3. int main()
  4. {
  5. cout<<"hello c++";
  6. }
  7. return1;
  8. getch();

comments powered by Disqus