Write a program in c to print Hello world Get link Facebook X Pinterest Email Other Apps May 06, 2021 // Hello world example#include<stdio.h>#include<conio.h>void main(){ clrscr(); printf("Hello World"); getch();}Output: Hello World Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment