Q. Print a Statement on screen ?

THE OUTPUT WOULD BE









#include<stdio.h>
#include<conio.h>
  void main( )
  {   clrscr( );
       printf("Hello Dennis Ritchie");
       getch( );
  }

No comments:

Post a Comment