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

int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  






How can I pad a string to a known length?

0 Answers  


How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,


What are the three constants used in c?

0 Answers  


Why is c faster?

0 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


what are bitwise shift operators?

4 Answers  


What are type modifiers in c?

0 Answers  


Categories