Why #include is used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
develop algorithms to add polynomials (i) in one variable
How to implement a packet in C
change to postfix a/(b+c*d-e)
Explain how can I remove the trailing spaces from a string?
What is use of null pointer in c?
what r callback function?
Why isn't any of this standardized in c? Any real program has to do some of these things.
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
Should I learn c before c++?
How would you print out the data in a binary tree, level by level, starting at the top?
the data type used for unlimited value in c and how to do this program
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.