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 purpose of 'register' keyword?
What is double pointer in c?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What is identifiers in c with examples?
What are the types of bitwise operator?
Is main an identifier in c?
What is difference between structure and union in c programming?
I have a varargs function which accepts a float parameter?
What is the purpose of main() function?
Explain pointer. What are function pointers in C?
Do character constants represent numerical values?
What is string in c language?
What is bin sh c?
What is pass by reference in functions?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.