What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / leepika nayak
#include<stdio,h> is the preprocesser directives means before the compiler catch the program it automatically processed and
no chance of error.# is the macro.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a memory leak? How to avoid it?
What is a const pointer?
What are the parts of c program?
Why do we need functions in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Can a function argument have default value?
What is a substring in c?
Is c still used?
Can we access the array using a pointer in c language?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the use of define in c?
What does the error message "DGROUP exceeds 64K" mean?
cavium networks written test pattern ..
code for find determinent of amatrix
using for loop sum 2 number of any 4 digit number in c language