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
Explain how do you print an address?
What are shell structures used for?
Do you have any idea about the use of "auto" keyword?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is the correct code to have following output in c using nested for loop?
Why structure is used in c?
What is break in c?
main() { printf("hello"); fork(); }
What is line in c preprocessor?
What is function and its example?
Is null a keyword in c?
Explain how can I make sure that my program is the only one accessing a file?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Explain what header files do I need in order to define the standard library functions I use?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values