C programming

  • C

Discount on Purchase: C Program

In this c program, we ask the user to input the price of the item and number of items(quantity) purchased.…

5 years ago
  • C

Even or Odd Number without using Modular Division: C Program

Today lets write a C program to check whether a user entered integer number is EVEN or ODD, without using…

5 years ago
  • C

Even or Odd Number: C Program

Today lets write a C program to check whether a user entered integer number is EVEN or ODD. Related Read:…

5 years ago
  • C

Logical Operators In C

Logical Operators in C programming language return true(non-zero number) or false(0) value. Logical AND(&&) and logical OR(||) works on 2…

5 years ago
  • C

C Program to Calculate Gross Salary of an Employee

In a company an employee is paid as under: If his basic salary is less than 5000 then he'll get…

5 years ago