About 874,000 results
Open links in new tab
  1. C Program For Strong Number - Tutorial Gateway

    This article shows how to Write a C Program For a Strong Number Using a While Loop, For Loop, and Recursive Functions and print from 1 to n.

    Missing:

    • Flowchart

    Must include:

  2. C program to check whether a number is Strong number or not

    Jun 20, 2015 · Basic C programming, If else, For loop, While loop, Nested loop. What is Strong number? Strong number is a special number whose sum of factorial of digits is equal to the …

    Missing:

    • Flowchart

    Must include:

  3. C program to check if a number is a Strong number or not

    C program to check if a number is a strong number or not. We will learn how to write a recursive program and how to use a for loop to find if a number is strong in C and print all strong …

    Missing:

    • Flowchart

    Must include:

  4. C Exercises: Find Strong Numbers within a range of numbers

    Mar 18, 2025 · Write a C program to list all Strong numbers in a given range using nested loops. Write a C program to find Strong numbers within a range and display the sum of the factorials …

  5. C program to check if a number is Strong number | ProCoding

    Learn how to write a C program to check if a number is a Strong number. This guide includes an explanation of Strong numbers, a step-by-step algorithm, and complete code with examples.

    Missing:

    • Flowchart

    Must include:

  6. C Program to Check Strong Number - Codesansar

    Strong numbers are those numbers whose sum of factorial of each digits is equal to the original number. For example 1 is strong number because 1!=1, 2 is strong number i.e. 2! = 2, 145 is …

    Missing:

    • Flowchart

    Must include:

  7. C program to print strong numbers between 1 to n - Codeforwin

    Jun 20, 2015 · Step by step descriptive logic to print strong numbers from 1 to n. Input upper limit to print strong number from user. Store it in a variable say end. Run a loop from 1 to end, …

    Missing:

    • Flowchart

    Must include:

  8. Strong Number Program in C - Sanfoundry

    Here is a strong number program in c using while loop, and function with explanation & examples. It also finds strong numbers in the given range.

    Missing:

    • Flowchart

    Must include:

  9. a program in c to check if a given number is a strong number or …

    12.Write a program in c to check if a given number is a strong number or not using a while loop. Strong Numbers A strong number is a number that is the sum of the factorial of its individual …

    Missing:

    • Flowchart

    Must include:

  10. C Program to check Strong Number | Tutorials Link

    Mar 10, 2023 · Method to check strong number in C . To check the strong number in C we can follow some of the most ideal methods which are: Using While Loop . In this case, we use a …

    Missing:

    • Flowchart

    Must include:

  11. Some results have been removed
Refresh