a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work
a) compiler
b) loader
c) directive
d) preprocessor
No Answer is Posted For this Question
Be the First to Post Answer
Explain the Difference between the New and Malloc keyword.
char p="data"; printf(p);
what is the most appropriate way to write a multi-statement macro?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Is main() function predfined or userdefined?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
what is level of tree if leaf node is at level 4.please explain.
What is pass by value in c?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
What does 2n 4c mean?
How to convert decimal to binary in C using recursion??
Why doesnt that code work?