What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / sakthivel.m
Header file used for to accepped the total programs and
steps in c language.
#include<stdio.h>
#--> preprocessor (define a programing checking concept)
include--> it interface both the header file and preprocessor
< >--> Expretion of header file area
" "--> charater type using a section of header file.
stdio.h--> standard input output.header (header file name)
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What does d mean?
What is structure in c language?
What is the difference between typedef struct and struct?
What is zero based addressing?
Explain built-in function?
What is the difference between struct and typedef struct in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What are pointers? What are different types of pointers?
Explain what’s a signal? Explain what do I use signals for?
In a switch statement, what will happen if a break statement is omitted?
Write a program which returns the first non repetitive character in the string?
hi, which software companys will take,if d candidate's % is jst 55%?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How can you find the day of the week given the date?
How can I open a file so that other programs can update it at the same time?