c program


SUBMITTED BY: GBPATEL

DATE: June 29, 2016, 8:42 p.m.

FORMAT: C

SIZE: 180 Bytes

HITS: 3838

  1. #include<stdio.h>
  2. #include<conio.h>
  3. int main()
  4. {
  5. printf("hello c language ");
  6. }
  7. return 1;
  8. getch();

comments powered by Disqus