In a C program inside int main() I have a while loop which asks the user for a char as input and call a method after getting the input. The met
int main()