How will you divide two numbers in a MACRO?


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

Post New Answer

More C Interview Questions

What are advantages and disadvantages of recursive calling ?

12 Answers   College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,


Explain how can I open a file so that other programs can update it at the same time?

0 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


List some of the static data structures in C?

0 Answers  


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,






how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


Is stack a keyword in c?

0 Answers  


What is a macro in c preprocessor?

0 Answers  


What is a structure and why it is used?

0 Answers   Hexaware,


What is c variable?

0 Answers  


Write a program to print the prime numbers from 1 to 100?

7 Answers  


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


Categories