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

Why c is faster than c++?

634


What are the different types of data structures in c?

609


What is adt in c programming?

612


What is the difference between text and binary i/o?

593


Why is structure important for a child?

604






What is the value of h?

594


Does free set pointer to null?

565


All technical questions

1512


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

914


What is calloc in c?

664


What are two dimensional arrays alternatively called as?

662


What is the difference between array and structure in c?

572


What are the header files used in c language?

590


What are enumerated types?

656


What are comments and how do you insert it in a C program?

744