Answer:
#include <stdio.h>
int main(void) {
char letterToQuit = '?';
int numPresses = 0;
printf("Press the %c key %d times to quit ", letterToQuit, numPresses);
return 0;}
Explanation:
in print statement %c is replaced by value of variable 'letterToQuit'and %d is replaced by value of variable 'numPresses'
Answer:
a. 18102
b. 5656
c. 6090
Explanation:
Pleaae kindly check attachment for the detailed and step by step solution of the given problem.
To present something infront of a crowd