What are types of preprocessor in c?


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

Post New Answer

More C Interview Questions

enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


what is c++ programming?

3 Answers   TCS,






Explain high-order bytes.

0 Answers  


What are the different types of endless loops?

0 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


What is conio h in c?

0 Answers  


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,


How can I convert a number to a string?

0 Answers  


Categories