What is the advantage of using #define to declare a constant?


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

Post New Answer

More C Interview Questions

What is p in text message?

0 Answers  


in iso what are the common technological language?

0 Answers  


What is register variable in c language?

0 Answers  


If fflush wont work, what can I use to flush input?

0 Answers  


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  






Why is the code below functioning. According to me it MUST NOT.

1 Answers  


print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

8 Answers   TCS,


Difference between fopen() and open()?

3 Answers   Aricent,


Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


explain how do you use macro?

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


largest Of three Number using without if condition?

0 Answers  


Categories