Interviews Questions, Algorithms, Aptitude, C Interview Program, C Theory Question, Aptitude Tricks, Test Series,

Showing posts with label Prime number or not. Show all posts
Showing posts with label Prime number or not. Show all posts

Monday, 13 May 2019

Express a number as a sum of two prime numbers

Question:

Write a program to express a number as a sum of two prime numbers


Solution:



Prime numbers in a given range

Question:

Write a program to print prime numbers in a given range

Solution:


Prime number or not

Question:

Write a program to identify if the number is Prime number or not

Solution: