write the program for prime numbers?
Answer Posted / nischal
plz write the pl/sql program for prime numbers? in simple way
dat can be understood easily....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should the const modifier be used?
What is the explanation for modular programming?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is the use of a static variable in c?
What is the difference between abs() and fabs() functions?
What is logical error?
What is putchar() function?
What are the types of unary operators?
Difference between goto, long jmp() and setjmp()?
What is difference between far and near pointers?
What is the process to generate random numbers in c programming language?
What is difference between function overloading and operator overloading?
When can you use a pointer with a function?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is extern storage class in c?