What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / sakthivel
# -> is the one of to be set in PREPROCESSOR for the c programs it read the header file to process
include -> it's called and link for # and <stdio.h>
< > and " " -> to set character and header file read the programming section
stdio.h -> slandered input output.header it's header file name
to set the our process header file
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What Is The Difference Between Null And Void Pointer?
How many bytes are occupied by near, far and huge pointers (dos)?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is the size of structure pointer in c?
What does the file stdio.h contain?
Write a C program to count the number of email on text
What is class and object in c?
What is the c language function prototype?
How do you write a program which produces its own source code as output?
What is methods in c?
What is the difference between c &c++?
What is the maximum no. of arguments that can be given in a command line in C.?
Explain the use of keyword 'register' with respect to variables.
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Explain how can I remove the trailing spaces from a string?