How can I use a preprocessorif expression to ?


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

Post New Answer

More C Interview Questions

What is main return c?

0 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


what is the difference between exit() and _exit() functions?

2 Answers  


What are the types of type qualifiers in c?

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  






What are the main characteristics of c language describe the structure of ac program?

0 Answers  


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


What is the purpose of the preprocessor directive error?

0 Answers  


Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


What is void main () in c?

0 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


Categories