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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


What are the 4 data types?

0 Answers  


how to convert an char array to decimal array

4 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  






In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


What is #include stdio h?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


In C language what is a 'dangling pointer'?

0 Answers   Accenture,


Why can arithmetic operations not be performed on void pointers?

0 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


Categories