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
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
In which language linux is written?
what is the syallabus of computer science students in group- 1?
Why pointers are used in c?
Was 2000 a leap year?
What is graph in c?
Is c pass by value or reference?
What is an auto variable in c?
What is unsigned int in c?
How to write a code for reverse of string without using string functions?
Differentiate fundamental data types and derived data types in C.
How does selection sort work in c?
Tell us two differences between new () and malloc ()?
Process by which one bit pattern in to another by bit wise operation is?
What is the code for 3 questions and answer check in VisualBasic.Net?