C programming

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

5 years ago
  • C

C Program To Find Factorial of a Number

Write a C program to find Factorial of a user input number, using while loop. Related Read: while loop in…

5 years ago
  • C

C Program to Find Factors of a Number

Write a C program to display Factors of user entered number. All the numbers which perfectly divide a given number…

5 years ago
  • C

Find First and Second Biggest in N Numbers, without using Arrays: C Program

Write a C program to find first and second biggest numbers in list of N numbers without using arrays and…

5 years ago
  • C

Find Biggest of N Numbers, without using Arrays: C Program

Write a C program to find biggest of N numbers without using Arrays and using while loop. Related Read: while…

5 years ago