Answer Posted / achal
Each of the above answers is partially correct. A
Preprocessor is a software tool. You include many
preprocessor directives in your program.
e.g. include directives , #define, #ifdef , #pragma for
conditional compilation. All these things are taken care by
this tool. It comes into picture before compiler.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the significance of an algorithm to C programming?
What is static and auto variables in c?
What is logical error?
What are control structures? What are the different types?
Explain bitwise shift operators?
Explain what is wrong with this statement? Myname = ?robin?;
how should functions be apportioned among source files?
what are enumerations in C
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Should I learn c before c++?
What are structures and unions? State differencves between them.
Define macros.
How can I rethow can I return a sequence of random numbers which dont repeat at all?
what is bit rate & baud rate? plz give wave forms