Write a program to find the simple interest, inputs are amount, period in years and rate of interest.
Write a program to accept the values of two variables.
Write a program to Compute Quotient and Remainder
Write a program to Find the Size of int, float, double and char
Write a program to Find ASCII Value of a Character
Write a program to calculate the average of three real numbers.
Write a program to find the square of a given number.
Below is the program to find the square of a given number in C programming with step-by-step explanation.
Continue reading “Write a program to find the square of a given number.”write a program to add two numbers
Below is the program to add two numbers with explanation.
Continue reading “write a program to add two numbers”