Differentiate between Macro and ordinary definition.


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

Post New Answer

More C Interview Questions

How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


number of times a digit is present in a number

0 Answers  


find the size of structure without using the size of function

1 Answers   Bosch,


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  






21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


what is void pointer?

2 Answers  


Can you add pointers together? Why would you?

0 Answers  


Do you know the use of 'auto' keyword?

0 Answers  


Categories