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

Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


Why main is used in c?

0 Answers  






What library is sizeof in c?

0 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.

1 Answers   College School Exams Tests, Wipro,


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


What is graph in c?

0 Answers  


Why c is a procedural language?

0 Answers  


how to use virual function in real time example

1 Answers   CTS, Wipro,


Categories