digits

  • C

C Program To Check Repetition of Digit In A Number using Arrays

Lets write a C program to check if any digit in a user input number appears more than once. Note:…

4 years ago
  • C

C program To Check whether a Number is Strong Number or Not

Lets write a C program to check whether user entered number is strong number or not, using nested while loop.…

4 years ago
  • C

C Program to Calculate Generic Root of a Number using Ternary Operator

Lets write a C program to calculate Generic Root of a Number using Ternary Operator or Conditional Operator. Related Read:…

4 years ago
  • C

C Program to Find Generic Root of a Number

Lets write a C program to calculate Generic Root of a user input number. Generic Root: of a number is…

4 years ago
  • 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