What are the general description for loop statement and available loop types in c?
i have a written test in tomorrow
Between macros and functions,which is better to use and why?
What does p mean in physics?
How do I convert a string to all upper or lower case?
How can I find out how much free space is available on disk?
What is function what are the types of function?
How can I invoke another program or command and trap its output?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
By using C language input a date into it and if it is right?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
How can a string be converted to a number?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)