Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / bipin chandra sai.s
hay there no difference between both of them both are same
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain output of printf("Hello World"-'A'+'B'); ?
State the difference between x3 and x[3].
How can I recover the file name given an open stream or file descriptor?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is #line?
Explain how are portions of a program disabled in demo versions?
What are header files why are they important?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Why does everyone say not to use gets?
Can main () be called recursively?
What is function pointer c?
What is the function of multilevel pointer in c?
Is it possible to execute code even after the program exits the main() function?
What does #pragma once mean?