About 4,900,000 results
Open links in new tab
  1. Armstrong Number in C Using Function - Know Program

    Write a program for Armstrong number in C using function. A positive integer is called Armstrong number of order n if, abcd…. = a^n + b^n + c^n + d^n + ….

  2. Armstrong Number in C Using Function - CodingBroz

    In this post, we will learn how to check Armstrong number in C using function. As we know, Armstrong Number is a number that is equal to the sum of cubes of its digits. For example: …

  3. C Program to Check Armstrong Number

    In this example, you will learn to check whether an integer entered by the user is an Armstrong number or not using while loop and if...else statement.

  4. C Program to Check Armstrong Number - GeeksforGeeks

    Aug 14, 2024 · Below are the steps to check Armstrong number in a C program: Find the number of digits K in the given number N using log10 () function. Create a temporary variable temp = …

  5. C Program To Find Armstrong Numbers Between Range using Function

    In today's video tutorial lets find all the Armstrong numbers or Narcissistic numbers between user entered range, using function / method.

  6. C Program to Check Prime or Armstrong Number Using User-defined Function

    In this C programming example, you will learn to check whether an integer is a prime number or an Armstrong or both by creating two separate functions.

  7. C Program to Check Armstrong Number - Tutorial Gateway

    This article shows How to write a C Program to find the Armstrong Number and print 1 to N using functions, While Loop, For Loop, and Recursion

  8. C Program: Check Armstrong and perfect numbers - w3resource

    Mar 20, 2025 · Write a C program to list Armstrong numbers within a given range by repeatedly invoking a checking function. Write a C program to display both Armstrong and Perfect …

  9. C Program to Check Armstrong Number using Function

    Dec 31, 2023 · In this article, you will learn how to make a C program to check Armstrong number using function, recursion, for loop, and while loop. You should have knowledge of the following …

  10. Program for Armstrong Numbers - GeeksforGeeks

    Mar 26, 2025 · Given an array arr[] of size N. The task is to find the largest Armstrong number of the array. Note: An Armstrong number is a number that is equal to the sum of its digits raised …

  11. Some results have been removed
Refresh