What is the difference between specifying a constant variable
like with constant keyword and #define it? i.e what is the
difference between CONSTANT FLOAT A=1.25 and #define A 1.25


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

Post New Answer

More C Interview Questions

How do you list files in a directory?

0 Answers  


how to use showbits function?

2 Answers   Infosys, TATA,


Explain the meaning of keyword 'extern' in a function declaration.

0 Answers  


Is c functional or procedural?

1 Answers  


How can this be legal c?

0 Answers  


What does the c in ctime mean?

0 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,


What is a memory leak in structures? How can we rectify that?

2 Answers  


code for inverse a matrix

0 Answers  


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

0 Answers  


marge linklist

0 Answers   HCL,


Categories