What is difference between #define and const?
Answer Posted / sirin
#define MAX 100 - create constant with no type information
const int max = 100 - with type information
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does and I oop mean?
Why do we use inheritance?
What is a class and object?
Where You Can Use Interface in your Project
How oops is better than procedural?
What does <> mean pseudocode?
Why do we use class in oops?
What is the renewal class?
What is destructor oops?
How do you achieve polymorphism?
What causes polymorphism?
can inline function declare in private part of class?
What is encapsulation in simple terms?
What is overloading in oops?
What is overriding vs overloading?