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 is abstraction in oop?
What is class and example?
What does I oop mean?
What is class and object in oops?
What does no cap mean?
can inline function declare in private part of class?
Can enum be null?
Why it is called runtime polymorphism?
Advantage and disadvantage of routing in telecom sector
What is abstraction encapsulation?
What is super in oop?
What is polymorphism explain its types?
Write a program to reverse a string using recursive function?
Can a varargs method be overloaded?
Can private class be inherited?