In this tutorial learn how you can display your name, address and phone number in c. "Hello World" program is considered the first program for every programmer
C programming is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, etc.
Here is the code to display hello world in c programming.
#include <stdio.h> //WAP to display your name, address and phone number
int main(){
printf("My Name is Saroj Baniya.\n");
printf("I live in dallu,kathmandu.\n");
printf("My Phone Number is 9818434496.");
return 0;
}
This is how you can display your name, address and phone number in c programming. Comment below if you like our tutorial.
I am live on these platform.Thus,you can contact me on the contact below.
0 Comments