Write a C program to print your name, date of birth. and mobile number.

1.80K viewsBasicC Programming
0

Expected Output

Name : John Doe
DOB : Jan 10 1990
Mobile : 12-1234567890

Chandan Changed status to publish October 9, 2021
0

Code

#include
int main()
{
printf("Name : John Doen");
printf("DOB : Jan 10, 1990\n");
printf("Mobile : 12-1234567890\n");
return(0);
}

Chandan Changed status to publish October 9, 2021
How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site