how many header file is in C language ?
Answers were Sorted based on User's Feedback
What is hashing in c language?
Find the highest of three numbers and print them using ascending orders?
read a number & print all its devisors using c-program?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
why we shiuld use main keyword in C
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
what is the difference between declaration and definition of a variable or function ?
What is an example of enumeration?
Explain what is wrong in this statement?
Why do u use # before include in a C Progam?