What is the difference between declaring a variable by
constant keyword and #define ing that variable?
Answer Posted / ganesh
constant- it cannot be changed
# define - it can be changed if we can redefine
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the c language function prototype?
Are pointers integer?
Are the variables argc and argv are always local to main?
Why doesnt long int work?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is printf () in c?
write a program to find the given number is prime or not
What is the use of volatile?
Do string constants represent numerical values?
What is the need of structure in c?
Place the #include statement must be written in the program?
What are register variables? What are the advantage of using register variables?
What is a pointer and how it is initialized?
What is the difference between text and binary i/o?
Write the test cases for checking a variable having value in range -10.0 to +10.0?