Friday 26 August 2016

Print Hello Word

#include studio.h>
#include conio.h>
  int main() 
{
 printf("Hello, World! \n");
          return 0;

}

0 comments:

Post a Comment

if you have any doubt please let me know