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 are lookup tables in c?
What is the significance of scope resolution operator?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
How the c program is executed?
FILE PROGRAMMING
What is c basic?
Can the curly brackets { } be used to enclose a single line of code?
Where is c used?
What is a lvalue
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Write a program to swap two numbers without using a temporary variable?
How many parameters should a function have?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What are integer variable, floating-point variable and character variable?
What is keyword in c?