How do you initialize a class member,
class x {
const int i;
};
Answer Posted / anandam niranjan
i think it's not possible
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
How would you obtain segment and offset addresses from a far address of a memory location?
What do you mean by global variables?
Can we get the value of ios format flags?
Explain the different access specifiers for the class member in c++.
What is a manipulator in c++?
Why we use #include iostream in c++?
Write a Program for find and replace a character in a string.
Describe private, protected and public?
What are the various access specifiers in c++?
What is the difference between a definition and a declaration?
What is the benefit of learning c++?
What do manipulators do?
What will happen if a pointer is deleted twice?
What is pure virtual function?
Can c++ do everything c can?