whitch value return void main?
Answers were Sorted based on User's Feedback
What do you mean by scope of a variable 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?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
Explain how do you sort filenames in a directory?
What is the significance of an algorithm to C programming?
Why is it that not all header files are declared in every C program?
Write a program to print fibonacci series using recursion?
Convert the following expression to postfix and prefix (A+B) * (D-C)
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is function what are the types of function?
Is there any demerits of using pointer?
How to find a missed value, if you want to store 100 values in a 99 sized array?