What is difference between #define and const?
Answer Posted / chitransha seth
with # define u can always undefine the variable by using
# undef but a const once defined cannot be altered
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is oops and why we use oops?
How oops is better than procedural?
What causes polymorphism?
What are the 5 oop principles?
write a C++ program for booking using constructor and destructor.
Is html an oop?
#include
What is difference between pop and oop?
What is static in oop?
can inline function declare in private part of class?
Can you inherit a private class?
What is the real time example of encapsulation?
What is difference between polymorphism and inheritance?
Can we define a class within the interface?
explain sub-type and sub class? atleast u have differ it into 4 points?