• C

Biggest of Two Numbers: C

In this video tutorial we ask the user to enter 2 integer numbers and using if else and relational operator…

  • C

C Programming Interview / Viva Q&A: 3 (Logical Operator)

In this C program we've 2 operands and one AND operator(&&). We use Logical NOT Operator to change the true…

  • C

Assignment Operators in C

In this video tutorial we show Compound Assignment Operators in C programming language. Related Read: Simple Calculator Application In C…

  • C

C Programming Interview / Viva Q&A: 2

This C program has a integer variable and 2 printf functions. Check the source code below and guess the output.…

  • C

C Programming Interview / Viva Q&A List

We'll keep adding more and more C programming interview / viva question and answers to this list. Stay subscribed to…

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

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

  • 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.…

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

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