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

while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


Why is not a pointer null after calling free?

0 Answers  


Stimulate calculator using Switch-case-default statement for two numbers

0 Answers   Wipro,


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


Do string constants represent numerical values?

0 Answers  






C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


Hai why 'c' is the middle language

4 Answers  


where can function pointers be used?

2 Answers  


how to add numbers without using arithmetic operators.

14 Answers   TCS,


What is the concatenation operator?

0 Answers  


Is fortran still used in 2018?

0 Answers  


write a program to count the no of repaeted words in a line?

1 Answers  


Categories