How to print %d in output
Answers were Sorted based on User's Feedback
What will be the output of x++ + ++x?
What is static identifier?
what is the difference between getch() and getche()?
How can I write a function analogous to scanf?
what is the similarities between. system call and library function?
Differentiate between functions getch() and getche().
what is void pointer?
totally how much header files r in c language
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?
how to go with this?
Explain the use of 'auto' keyword in c programming?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }