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


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

Post New Answer

More C Interview Questions

How do you initialize function pointers? Give an example?

3 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


What is the most efficient way to store flag values?

0 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,






What is the role of this pointer?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


What is ## preprocessor operator in c?

0 Answers  


write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


Categories