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
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Is react oop?
What is multilevel inheritance?
How is polymorphism achieved?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Whats is abstraction in oops?
What is cohesion in oop?
What is multilevel inheritance in oop?
What is object in oop?
What exactly is polymorphism?
Why do we use inheritance?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What do you mean by variable?
What is debug class?what is trace class? What differences are between them? With examples.
Which language is not a true object oriented programming language?