What is the default size allocated for array in the
statement if size not specified
" int a[] "
Answer Posted / karthik
BUT int a[]={0};
this will work
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What causes polymorphism?
What is the real time example of inheritance?
What is a class oop?
Why multiple inheritance is not allowed?
How long to learn object oriented programming?
Write a program to sort the number with different sorts in one program ??
Is html an oop?
What are the benefits of interface?
What is encapsulation in oops?
Which method cannot be overridden?
Why is static class not inherited?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What do you mean by Encapsulation?
What are the three parts of a simple empty class?