Answer Posted / naman patidar
Apart from above mentioned usage function pointer are used
by event listeners and callback utilities in multi threaded
applications.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you return null in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is sizeof int?
What is function prototype?
What is 'bus error'?
How do you define structure?
what are bit fields in c?
Explain what are preprocessor directives?
Why do we need a structure?
What is calloc in c?
ATM machine and railway reservation class/object diagram
Does c have circular shift operators?
Write a program to reverse a linked list in c.
Once I have used freopen, how can I get the original stdout (or stdin) back?
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.