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

Do you know the use of fflush() function?

0 Answers  


Write a program to reverse a given number in c?

0 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A

17 Answers   ABC, College School Exams Tests,


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,






int far *near * p; means

0 Answers   Honeywell,


What is the use of typedef in c?

0 Answers  


What is a null string in c?

0 Answers  


What is volatile variable in c with example?

0 Answers  


Why is c known as a mother language?

0 Answers  


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

0 Answers   Infosys,


Categories