Answer Posted / rusmguys
# is preprocessor which tell compiler that what header
file we using in our program.
for example:
#include<stdio.h>
void main()
in the above when compiler check program it start execution
of program from main and will tell that uor header file
is "standard input output header file"
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is it cc or c in a letter?
How can you determine the size of an allocated portion of memory?
How can I write a function analogous to scanf?
#include
Is it valid to address one element beyond the end of an array?
where are auto variables stored? What are the characteristics of an auto variable?
Is there sort function in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are the c keywords?
Why is c so important?
Why does notstrcat(string, "!");Work?
What is difference between && and & in c?
How are strings stored in c?
Does c have class?
Is c is a middle level language?