Include Int Main Printfhello World 29 Oct 2009 hw.c#include <stdio.h>int main(){ printf("Hello World"); return(0);}OUTPUT:Hello World