To get latest updates

Bookmark This Site

Monday 24 October 2016

37.C Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers

C Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers

Example to check if an integer (entered by the user) can be expressed as the sum of two prime numbers of all possible combinations with the use of functions.


To understand this example, you should have the knowledge of following C programming topics:
  • C if, if...else and Nested if...else Statement
  • C Programming for Loop
  • C Programming Functions
  • C Programming User-defined functions

No comments:

Post a Comment