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
What is the use of #include in c?
What are c header files?
How is = symbol different from == symbol in c programming?
Explain what is output redirection?
What are the two types of structure?
How do you sort filenames in a directory?
Is there any data type in c with variable size?
What is difference between array and structure in c?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Can we initialize extern variable in c?
What is dangling pointer in c?
Explain the Difference between the New and Malloc keyword.
What are c preprocessors?
When the macros gets expanded?
Is c is a low level language?