Answer Posted / avinash
DENIS RITCHE IN 1973,
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How do you determine whether to use a stream function or a low-level function?
Difference between strcpy() and memcpy() function?
What is array within structure?
What is the meaning of ?
What is the use of linkage in c language?
What is infinite loop?
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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Ow can I insert or delete a line (or record) in the middle of a file?
What are the functions to open and close file in c language?
Can a pointer be static?
how do you execute a c program in unix.
How can I recover the file name given an open stream or file descriptor?
how could explain about job profile
Which is better pointer or array?
Is exit(status) truly equivalent to returning the same status from main?