write a program in C ? enter a name of person and print its birthdate ?
Answers
Answered by
0
#include<stdio.h>
int main() {
char name[20] ;
printf("Enter your name : " );
scanf("%s",name) ;
printf("You are Mr. %s and your DOB is the date on you born.", name );
return 0;
}
Similar questions
Social Sciences,
4 months ago
Social Sciences,
4 months ago
Math,
4 months ago
English,
10 months ago
Chemistry,
1 year ago
Science,
1 year ago
Hindi,
1 year ago