C Program to Check Leap Year
A year is a leap year if − It is evenly divisible by 100 If it is divisible by
Read moreA year is a leap year if − It is evenly divisible by 100 If it is divisible by
Read moreSnake Game is mini project in a C language. It is console application without graphic library that’s why it is more
Read moreWhat is prime number? Definition of prime number A number is considered as prime number when it satisfies the below
Read moreThere is a minor difference between the working of while and do while loops. This difference is the place where
Read moreThe keyword continue allows us to take up the control to the beginning of the loop, bypassing the statements inside the
Read moreUses of Odd Loop In real life programming one comes across a situation when it is not known beforehand how
Read moreThe way if statements can be nested, similarly whiles and for can also be nested. To understand how nested loops
Read moreC-Free is a professional C/C++ integrated development environment (IDE) that support multi-compilers. Use of this software, user can edit, build, run
Read moreFor loop is probably the most popular looping instruction. The for allows us to specify three things about a loop
Read moreThe programs that we have learned/developed in this tutorial so far used either a sequential or a decision control instruction.
Read more