A array contains dissimilar element how can we count,
and
A array contains dissimilar element how can we store in
another array with out repetition.
Answer Posted / beginner in learning c!!
An array can never contain dissimilar elements. You dont
call that derived data type as array!! so the two questions
hav NO ANSWER.. :)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
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
What do you know about the use of bit field?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What are terms in math?
What does 4d mean in c?
What is the importance of c in your views?
What is the right type to use for boolean values in c? Is there a standard type?
If fflush wont work, what can I use to flush input?
What is #line used for?
What are the header files used in c language?
How do we print only part of a string in c?
In C language what is a 'dangling pointer'?
How to define structures? ·
What are inbuilt functions in c?
What is an array? What the different types of arrays in c?