Question: The following function is correct syntax: int cIsFun ( void ) { char letter; printf ( I ' m not sure what to do

The following function is correct syntax:
int cIsFun(void)
{
char letter;
printf("I'm not sure what to do?
");
printf("Enter a letter: ");
scanf("%c", &letter);
printf("You enter the letter %c.
", letter);
printf("Was that all I was suppose to do?
");
}
return (int) letter;
True
False
The following function is correct syntax: int

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 Programming Questions!