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 the difference between fread buffer() and fwrite buffer()?
Can static variables be declared in a header file?
Are bit fields portable?
What are unions in c?
Differentiate between static and dynamic modeling.
Explain what math functions are available for integers? For floating point?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are header files in c?
Why does not c have an exponentiation operator?
What is page thrashing?
Write a C program to count the number of email on text
Why does everyone say not to use scanf? What should I use instead?
What is string constants?
What are the valid places to have keyword “break”?
Why is this loop always executing once?