why can't we declare data member of class auto register or
extern
Answer / kavitha shetty
since data members gets memory allocated through object not
individual..so always memory allocated for object...
otherwise u might get error like illegal storage class
| Is This Answer Correct ? | 5 Yes | 0 No |
How can a '::' operator be used as unary operator?
What is the use of setfill in c++?
1.what is the difference between software & package &application.
List out some of the OODBMS available?
What is low level language in simple words?
What is static class data?
Can you explicitly call a destructor on a local variable?
Can non graphic characters be used and processed in C++?
Why is it necessary to use a reference in the argument to the copy constructor?
When can I use a forward declaration?
Why do we need pointers?
Write a C++ Program to Generate Random Numbers between 0 and 100