Home  • Programming • C
Click on the following code fragment to visible syntax highlighting:
#include<stdio.h>
#include<conio.h>

int main(){
     
	 printf("Hello World");
	 getch();
	 return 0;

}

Comments 1


Very beginning C program.

Share

Copyright © 2024. Powered by Intellect Software Ltd