How can I find out if there are characters available for reading?
No Answer is Posted For this Question
Be the First to Post Answer
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Here is a good puzzle: how do you write a program which produces its own source code as output?
I need a sort of an approximate strcmp routine?
Which node is more powerful and can handle local information processing or graphics processing?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What are unions in c?
Should I learn c before c++?
errors in computer programmes are called
What are two dimensional arrays alternatively called as?
What is the difference between formatted&unformatted i/o functions?
Why dont c comments nest?
How can I find out the size of a file, prior to reading it in?