Answer Posted / balu
array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Give the rules for variable declaration?
What is string length in c?
What is your stream meaning?
What is the purpose of void pointer?
What do you mean by command line argument?
Write a program for finding factorial of a number.
how to introdu5ce my self in serco
What does the message "automatic aggregate intialization is an ansi feature" mean?
Explain how many levels deep can include files be nested?
What is #line?
What is the difference between c &c++?
How to Throw some light on the splay trees?
Can 'this' pointer by used in the constructor?
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