What is the default size allocated for array in the
statement if size not specified
" int a[] "
Answer Posted / tarun shedhani
It will result into an error saying "size of a is unknown or
zero"
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is a function in oop?
How to improve object oriented design skills?
Why it is called runtime polymorphism?
What are classes oop?
Why is oop useful?
What is constructor in oop?
any one please tell me the purpose of operator overloading
which feature are not hold visual basic of oop?
Why do we use oops?
Can enum be null?
Why do we need oop?
What does and I oop mean in text?
What is a superclass in oop?
What is the full form of oops?