What is the relation between # and include<stdio.h>
Answer Posted / anjali
# indicates the directive preprocessor which allows the
program to run.
While include<stdio.h> is the standard library function
that allows you to enter the input and receive the output.
i.e. printf() and scanf().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between exit() and _exit() function?
Explain what is meant by 'bit masking'?
Do you know what are bitwise shift operators in c programming?
Differentiate between new and malloc(), delete and free() ?
Difference between malloc() and calloc() function?
Define VARIABLE?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Where register variables are stored in c?
Are negative numbers true in c?
What is the scope of global variable in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
program to convert a integer to string in c language'
What is the easiest sorting method to use?
What is scanf_s in c?
What is malloc() function?