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

Answer Posted / gita

include<stdio.h> means we include standard input and output
functions code we does not write any thing about library
functions .h means header file if we include tis header
file then we place # before the include<stdio.h> this is c
syntax.

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use break in c?

539


How do we make a global variable accessible across files? Explain the extern keyword?

1413


which is conditional construct a) if statement b) switch statement c) while/for d) goto

729


Explain what is gets() function?

618


Why is c still so popular?

606






What is bash c?

550


Which of these functions is safer to use : fgets(), gets()? Why?

627


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

548


Why do we use static in c?

627


Is multithreading possible in c?

559


How can I invoke another program or command and trap its output?

606


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1621


What is file in c language?

572


Why is c fast?

596


Explain the properties of union.

604