What is the benefit 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 does a pointer variable always consist of?

0 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


What is the explanation for prototype function in c?

0 Answers  


What is const keyword in c?

0 Answers  


diff .between strcture and union

2 Answers  






wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


what is an array

5 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


What is an expression?

0 Answers  


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Categories