To get latest updates

Bookmark This Site

Monday 24 October 2016

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

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

Example to check whether an integer is a prime number or an Armstrong or both by creating two separate functions.


To understand this example, you should have the knowledge of following C programming topics:
  • C Programming for Loop
  • C programming while and do...while Loop
  • C Programming break and continue Statement
  • C Programming Functions
  • Types of User-defined Functions in C Programming

No comments:

Post a Comment