C: Output

Example: Simple Output in C


	#include <stdio.h>
	int main()
	{
	   printf("Hello, World!");
	   return 0;
	}