number

  • C

C Program to Find First and Last Digit of a Number

Write a C program to find first and last digit of the user input number, without using looping. Related Read:…

4 years ago
  • C

Positive or Negative or Zero Using Ternary Operator: C Program

C Program to check whether the user entered integer number is positive, negative or zero using ternary operator or Conditional…

4 years ago
  • C

Number is Positive or Negative or Zero: C Program

C Program to check whether the user entered integer number is positive, negative or zero using else if construct. Note:…

4 years ago
  • C

Biggest of Two Numbers Using Ternary Operator: C

Lets find biggest of 2 numbers using ternary operator / conditional operator. Related Read: Ternary Operator / Conditional Operator In…

4 years ago
  • C

Division of 2 Numbers: C

In this video tutorial you can learn the procedure followed in C programming to divide two numbers. #include < stdio.h…

5 years ago