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 moreWhat is an Event ? JavaScript’s interaction with HTML is handled through events that occur when the user or the
Read moreJavaScript Variable Scope The scope of a variable is the region of your program in which it is defined. JavaScript
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 morePutty : Connect Linux Server from Windows Computer Here is video to show how to connect Linux server from Window
Read moreWhile writing C program, We often come across situations where we want to jump out of a loop instantly, without
Read moreUses of Odd Loop In real life programming one comes across a situation when it is not known beforehand how
Read more