Computer Science, asked by tarunreddy9652, 1 year ago

write a programme for print hello in c programming

Answers

Answered by MacTavish343
4
hey bro this is very simple!!!

#include<stdio.h>
#Include<conio.h>
main ()
{
printf("hello BRAINLY ");
getch();
}
Answered by hruthik2222
5
#include<stdio.h>
#include<conio.h>
int main ()
{
printf("hello");

 getch();

}
Similar questions