Answer Posted / balamurugan
An Array is a collection of similar data type,that are
refered by common or single name.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does c in a circle mean?
Explain why c is faster than c++?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is a rvalue?
When should we use pointers in a c program?
Write a simple code fragment that will check if a number is positive or negative.
What is the explanation for cyclic nature of data types in c?
Explain what is page thrashing?
Differentiate between full, complete & perfect binary trees.
What is s or c?
How pointers are declared?
Write a code on reverse string and its complexity.
#include
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?