Answer Posted / raghav_jk
Preprocessor Directive are
#include
#if
#else
#define
#ifdef
#ifndef
#endif
the command starts with # are called preprocessor directives
Uses
File Inclussion
Conditional Compilation
Macro Expansion
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
When we use void main and int main?
What are the disadvantages of c language?
What is optimization in c?
Write a program to use switch statement.
Which node is more powerful and can handle local information processing or graphics processing?
What is getch() function?
code for quick sort?
Is there a way to compare two structure variables?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is difference between function overloading and operator overloading?
Is a house a mass structure?
Explain how can you tell whether a program was compiled using c versus c++?
Write a program that accept anumber in words
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
why do some people write if(0 == x) instead of if(x == 0)?