What is preprocessor with example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to generate the length of a string without using len funtion?

4 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


What is the difference between int main and void main?

0 Answers  


can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...

11 Answers   CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  






What is the difference between null pointer and wild pointer?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.

5 Answers   Verifone,


What is #ifdef ? What is its application?

0 Answers   TCS,


what are the uses of structure?

7 Answers   HCL,


What is the condition that is applied with ?: Operator?

0 Answers  


when to use : in c program?

2 Answers  


Categories