What is difference between #define and const?
Answer Posted / sarath
#define is the macro,const is modifier forexample const is
used in theb program we can not modify the data
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the full form of oops?
What does and I oop mean in text?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is destructor give example? What is balance factor? Write a program to implement OOPS concepts such as
inheritance, polymorphism, friend function, operator
overloading? What is class encapsulation? What is polymorphism and example? What causes polymorphism? what type of questions How does polymorphism work? What is pointer in oop? What is constructor in oop? They started with the brief introduction followed by few
basic C++ questions on polumorphism, inheritance and then
virtual functions.
What is polymorphims?
How you will access polymorphic functions in C?
How virtual function mechanism works?
How to use CMutex, CSemaphore in VC++ MFC