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
will u please send me the placement papers to my mail???????????????????
Why is it important to memset a variable, immediately after allocating memory to it ?
What is dangling pointer in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is a volatile keyword in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What do you mean by keywords in c?
Can you please explain the difference between malloc() and calloc() function?
Can we declare variable anywhere in c?
Is javascript written in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What are loops c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Differentiate abs() function from fabs() function.
How do you determine whether to use a stream function or a low-level function?