Answer Posted / ravikumar
pointer provide the call back function by using arguments
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is hashing in c language?
What is typedef struct in c?
What is New modifiers?
what are the facialities provided by you after the selection of the student.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Can you please compare array with pointer?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are the back slash character constants or escape sequence charactersavailable in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is array of structure in c programming?
State the difference between realloc and free.
What is the use of function in c?
What are register variables? What are the advantage of using register variables?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Implement bit Array in C.