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

what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,


What is a pointer variable in c language?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


What does the file stdio.h contain?

0 Answers  


What is the newline escape sequence?

0 Answers  






difference between i++* and *++i

6 Answers   IBM,


Difference between MAC vs. IP Addressing

0 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


Explain what is the difference between null and nul?

0 Answers  


What are the 4 types of unions?

0 Answers  


Categories