The file stdio.h, what does it contain?
No Answer is Posted For this Question
Be the First to Post Answer
How can I recover the file name given an open stream or file descriptor?
What is null pointer constant?
what is the difference between while and do while?
Binary tree traversing
why do we use # in c-language?
What is the significance of c program algorithms?
Why ca not I do something like this?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is use of bit field?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
coding for Fibonacci.?