Answer Posted / rajesh
Basic run time entity
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Printf(..) and sprint(...) ?
What are pointers?
What is struct node in c?
What is the heap?
Why does the call char scanf work?
Explain how can I prevent another program from modifying part of a file that I am modifying?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Where are some collections of useful code fragments and examples?
Differentiate between ordinary variable and pointer in c.
how could explain about job profile
please send me the code for multiplying sparse matrix using c
Which driver is a pure java driver
How can I do serial ("comm") port I/O?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Can you write a programmer for FACTORIAL using recursion?