Satish

  • C

C Programming Interview / Viva Q&A: 1

Guess the output of this simple C program. You can check these 2 video tutorials listed below so that you…

6 years ago
  • C

Employee Bonus Calculation: C

In this c program, we ask the user/employee to enter current year and his / her year of joining the…

6 years ago
  • 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.…

6 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…

6 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:…

6 years ago