Closed Debasmita-01 closed 4 years ago
Goldbach's Conjecture -- says that any even integer greater than 2 is the sum of two prime numbers (like 4 = 2 + 2; 8 = 3 + 5; 22 = 3 + 19 = 5 + 17 etc.).Here is a C program to verify the same
Goldbach's Conjecture -- says that any even integer greater than 2 is the sum of two prime numbers (like 4 = 2 + 2; 8 = 3 + 5; 22 = 3 + 19 = 5 + 17 etc.).Here is a C program to verify the same