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 many error occurs in C language ?

22 Answers   Infosys, Wipro,


What is the purpose of void in c?

0 Answers  


how to generate sparse matrix in c

3 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


Explain the term printf() and scanf() used in c language?

0 Answers  






How does selection sort work in c?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


Is there anything like an ifdef for typedefs?

0 Answers  


Why can't we initialise member variable of a strucutre

1 Answers  


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

15 Answers   Accenture, TCS,


What is getch?

0 Answers  


Categories