Answer Posted / veeresh
Memory is the very valuable, if we leave memory freely then
memory will be wasted and cant be used.
| Is This Answer Correct ? | 0 Yes | 3 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
I need previous papers of CSC.......plz help out by posting them.......
Not all reserved words are written in lowercase. TRUE or FALSE?
Explain the use of fflush() function?
Explain the use of function toupper() with and example code?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is null pointer constant?
What is c system32 taskhostw exe?
How can I access an I o board directly?
Explain what are header files and explain what are its uses in c programming?
What is cohesion and coupling in c?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What are data types in c language?
Do pointers store the address of value or the actual value of a variable?
Why do we need volatile in c?