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

how to create c progarm without void main()?

1 Answers   NIIT,


advantages of pointers?

3 Answers  


What is the meaning of typedef struct in c?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


read a number & print all its devisors using c-program?

3 Answers  


What is FIFO?

3 Answers  


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


What is return type in c?

0 Answers  


Categories