write a program to find the given number is prime or not
Answer Posted / alex
here is answer
http://www.prepjunk.com/151/program-to-find-the-given-number-is-prime-or-not
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is nested structure with example?
What does void main return?
What are the different categories of functions in c?
What are the __date__ and __time__ preprocessor commands?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
praagnovation
Can the sizeof operator be used to tell the size of an array passed to a function?
What is c language in simple words?
Explain the use of #pragma exit?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Can we use any name in place of argv and argc as command line arguments?
What is I ++ in c programming?
What is the correct declaration of main?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is wrong with this program statement?