Question: In the following program 1 #include 2 #include 3 4 int main() 5 6 char Name [1000], input[1000] 7 int year 9printf( Hello. What is

 In the following program 1 #include 2 #include 3 4 int

In the following program 1 #include 2 #include 3 4 int main() 5 6 char Name [1000], input[1000] 7 int year 9printf( "Hello. What is your name?\" ) 10 gets( namei 11 printf( "Hello %s. What year were you born? ", name ); 12 year-atoi ( input 13 gets (input 14 if (year

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!