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 use of oops?
hi all..i want to know oops concepts clearly can any1 explain??
write a program to find 2^n+1 ?
What is class and example?
Which language is pure oop?
How can you overcome the diamond problem in inheritance?
What is overloading and its types?
What is the main feature of oop?
How do you use inheritance in unity?
Why do we need oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
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).
Is html an oop?
Explain virtual inheritance?
Why do we use class in oops?