In this c program, we ask the user to input the price of the item and number of items(quantity) purchased.…
Today lets write a C program to check whether a user entered integer number is EVEN or ODD, without using…
Today lets write a C program to check whether a user entered integer number is EVEN or ODD. Related Read:…
Logical Operators in C programming language return true(non-zero number) or false(0) value. Logical AND(&&) and logical OR(||) works on 2…
In a company an employee is paid as under: If his basic salary is less than 5000 then he'll get…
In this video tutorial we shall perform Addition, Subtraction, Multiplication and Division of numbers based on user input, using switch…
C Program to Find if a given Year is a Leap Year or Not. Leap Year Logic Leap Year 1.…
Quadratic Equations are of the form ax2 + bx + c = 0. To find roots(root1 and root2) of such…
In this video tutorial we shall perform Addition, Subtraction, Multiplication and Division of numbers based on user input. Related Read:…
In this program we'll show you the usage of else-if clause in C programming language. Here we are illustrating the…