What is the relation between # and include<stdio.h>

Answer Posted / anjali

# indicates the directive preprocessor which allows the
program to run.
While include<stdio.h> is the standard library function
that allows you to enter the input and receive the output.
i.e. printf() and scanf().

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are c and c++ the same?

621


What is difference between structure and union in c?

533


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1810


What are the rules for the identifier?

660


What are header files? What are their uses?

629






Why header file is used in c?

563


What is the symbol indicated the c-preprocessor?

686


What is the difference between #include

and #include “header file”?

542


What is volatile keyword in c?

573


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

742


What are identifiers and keywords in c?

558


What is meant by int main ()?

712


Define macros.

771


What is the difference between if else and switchstatement

1305


What is unary operator?

651