what is diffrence between linear and binary search in array
respect to operators?what kind of operator can be used in
both seach methods?
No Answer is Posted For this Question
Be the First to Post Answer
The statement, int(*x[]) () what does in indicate?
how to swap two nubers by using a function with pointers?
Explain the priority queues?
how to compare two strings without using strcmp() function??
what is the use of using linked list and array?
How do I create a directory? How do I remove a directory (and its contents)?
What is the difference between void main() and int main()?
Explain low-order bytes.
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Can you mix old-style and new-style function syntax?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
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