To State Working of endl.


SUBMITTED BY: Nrupeshsinh

DATE: June 22, 2016, 11:58 a.m.

FORMAT: Text only

SIZE: 135 Bytes

HITS: 548

  1. # include<iostream.h>
  2. # include<conio.h>
  3. void main()
  4. {
  5. clrscr();
  6. cout<<"America"<<endl<<"India"<<endl<<"Africa";
  7. getch();
  8. }

comments powered by Disqus