Question: How do u fix the declaration? //function prototypes //Greets the user void Greeting(); 7 printf (Welcome to the ASCII Numerical Program) 10 //Declare a character
//function prototypes //Greets the user void Greeting(); 7 printf ("Welcome to the ASCII Numerical Program") 10 //Declare a character //Ask, get and return the character char 12 13 14 15 16 Get Letter(); char ch; printf("Enter any character:"); scanf("%s", &ch); return ch; 100 % Error List Entre Solution 24 Errors 0 Warnings MessagesBuild +Inte File Line Suppression State Project Smallp4 Code Description abt dedaration og4.c expected a dedaration Vecchio Nicholas_pr 12 0g4.c SmaliP4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
