How const functions will be treated by compiler?
Answer Posted / anil
it not allow to change value of the const variable.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain one method to process an entire string as one unit?
What is c++ redistributable?
What does the linker do?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What are the two types of comments, and how do they differ?
Why is main an int?
What is the difference between an enumeration and a set of pre-processor # defines?
What is malloc in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is setfill c++?
What is the advantage of c++ over c?
Which is better turbo c++ or dev c++?
What are the four main data types?
What are the advantages of inheritance in c++?