First C Program by G Krishna Chauhan

First C Program

#include<stdio.h>
#include<conio.h>

void main ()
{
printf("My First C Program \n Hakenkreuz Soft - Tech");
getch();
}

No comments:

Post a Comment