What are categories used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
Is c still used?
what is pointer?
13 Answers HCL, TCS,
Example of friendly function in c++
Are comments included during the compilation stage and placed in the EXE file as well?
What is the Lvalue and Rvalue?
Why malloc is faster than calloc?
How can I recover the file name given an open stream?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Define Array of pointers.
#define f(x) main() { printf("\n%d",f(2+2)); }