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


Please Help Members By Posting Answers For Below Questions

What is a buffer in c?

578


Explain how can a program be made to print the name of a source file where an error occurs?

693


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

647


What are global variables and how do you declare them?

623


What does sizeof int return?

596






Tell us the use of fflush() function in c language?

643


What is assignment operator?

630


develop algorithms to add polynomials (i) in one variable

1747


What is array of structure in c?

603


What is the use of static variable in c?

597


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3663


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

741


is it possible to create your own header files?

648


What is the difference between variable declaration and variable definition in c?

566


Describe explain how arrays can be passed to a user defined function

607