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

Post New Answer

More C Interview Questions

we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


What does extern mean in a function declaration?

4 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


how can you print&scan anything using just one character? :) HINT: printf,scanf similer

2 Answers  






Who developed c language?

0 Answers  


Explain how do you view the path?

0 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


Why is c faster?

0 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


Categories