In my this blog we will see some basic syntex of loops . what is the meaning of nesting loops? … More
Month: June 2018
A C program to check weather the number is prime using for loop
our this program will ask for a integer from user and print that entered number is Prime or not. prime-using-for-loop.c … More
A C program to find largest number from 10 number using for loop
Here is a program in C language to find the largest number from 10 numbers, this code ask you for … More