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
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is basic concept of oop?
what type of question are asked in thoughtworks pair programming round ?
Why is abstraction needed?
What are the advantages of polymorphism?
Whats oop mean?
What is polymorphism and example?
What does and I oop and sksksk mean?
Can static class have constructor?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is graphics
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Where You Can Use Interface in your Project
What is encapsulation c#?
What is variable example?