write a programme for print hello in c programming
Answers
Answered by
4
hey bro this is very simple!!!
#include<stdio.h>
#Include<conio.h>
main ()
{
printf("hello BRAINLY ");
getch();
}
#include<stdio.h>
#Include<conio.h>
main ()
{
printf("hello BRAINLY ");
getch();
}
Answered by
5
#include<stdio.h>
#include<conio.h>
int main ()
{
printf("hello");
getch();
}
#include<conio.h>
int main ()
{
printf("hello");
getch();
}
Similar questions
English,
8 months ago
Math,
8 months ago
Math,
1 year ago
English,
1 year ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago