Answer Posted / guest
collection of element in continuous memory location
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an arrays?
what will be the output for the following main() { printf("hi" "hello"); }
What are the storage classes in C?
How do you sort filenames in a directory?
Explain how does free() know explain how much memory to release?
Why is C language being considered a middle level language?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the types of assignment statements?
What is malloc() function?
When should I declare a function?
When would you use a pointer to a function?
What does %c do in c?
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?
Differentiate between functions getch() and getche().
How is a structure member accessed?