Answer Posted / prasanna
Preprocessor is the program which processes the source code before it goes to the compiler.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is meant by high-order and low-order bytes?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Why can’t we compare structures?
Are the variables argc and argv are local to main?
Explain what is the difference between the expression '++a' and 'a++'?
Can we assign string to char pointer?
Explain the advantages and disadvantages of macros.
Why do we use namespace feature?
What are the modifiers available in c programming language?
What is d'n in c?
What is memcpy() function?
Write a program to swap two numbers without using the third variable?
What does p mean in physics?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
How to set file pointer to beginning c?