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
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Lists the benefits of c programming language?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
List out few of the applications that make use of Multilinked Structures?
Distinguish between actual and formal arguments.
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
hi any body pls give me company name interview conduct "c" language only
What is huge pointer in c?
Why c is a mother language?
How can I ensure that integer arithmetic doesnt overflow?
How can I read data from data files with particular formats?
Who is the founder of c language?
Explain the priority queues?
What are the uses of a pointer?
What are disadvantages of C language.