Read the values of simple interest, time, and rate from the user using the scanf function. Declare a float variable to store the principle amount. Calculate the principle amount using the formula: ...
Take the given character from the user as input using scanf function. Convert the character into the ASCII value using %d. Print the value using printf. To write a C program to read N value and to ...