Category: For loop

Posted in For loop

calculate compound interest – C Program

C Program – Write a C Program for calculate compound interest of given amount. Compound interest is interest of basic amount + interest.

Continue Reading calculate compound interest – C Program
Posted in For loop

check the number is prime or not – C Program

prime or not in C Program – write a c program to check the given number is prime or not. The prime number is divisible only by itself.

Continue Reading check the number is prime or not – C Program
Posted in For loop

Print prime number – C Program

Prime number C program – Write a c program to display prime numbers up to inputted number. prime number series started like 2 3 5 7 11 13 17 19……

Continue Reading Print prime number – C Program
Posted in For loop

Fibonacci series program using for loop in C Language

write a Fibonacci series program using for loop in C Language. Understand Fibonacci series program in c language with output.

Continue Reading Fibonacci series program using for loop in C Language