Answer Posted / kiran
As the no. of registers in a CPU are limited,we cannot declare many variables as register
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is sizeof a keyword in c?
Can the curly brackets { } be used to enclose a single line of code?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
FILE PROGRAMMING
What is the difference between arrays and pointers?
What is the process to create increment and decrement stamen in c?
What is conio h in c?
What are categories used for in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are the main characteristics of c language describe the structure of ac program?
What is the deal on sprintf_s return value?
What is the difference between printf and scanf )?
Why should I prototype a function?
What is the benefit of using #define to declare a constant?
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?