Why c is procedure oriented?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of 'auto' keyword in c programming?
What are the disadvantages of external storage class?
Wt are the Buses in C Language
explain what are pointers?
In header files whether functions are declared or defined?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
write a C program to print the program itself ?!
Explain how can I avoid the abort, retry, fail messages?
How can I find the day of the week given the date?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
If fflush wont work, what can I use to flush input?