How many types of linked lists what are they?
How many types of data structures?
Answer Posted / phom sophany
how namy type of lists what are they?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
How do you define a string?
What are comments and how do you insert it in a C program?
Why do we need functions in c?
How can I get random integers in a certain range?
can any one tel me wt is the question pattern for NIC exam
Can you mix old-style and new-style function syntax?
Why does the call char scanf work?
Is using exit() the same as using return?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What does *p++ do?
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
Is null always equal to 0(zero)?
What are the disadvantages of external storage class?
How can I list all of the predefined identifiers?