What is the default size allocated for array in the
statement if size not specified
" int a[] "
Answers were Sorted based on User's Feedback
Answer / tarun shedhani
It will result into an error saying "size of a is unknown or
zero"
| Is This Answer Correct ? | 45 Yes | 6 No |
Answer / tarun shedhani
It will result into an error saying "size of a is unknown or
zero"
| Is This Answer Correct ? | 21 Yes | 6 No |
Answer / nitish sahu
array is an user defined data type its default size is 2.
| Is This Answer Correct ? | 15 Yes | 4 No |
what is opps?why it is use in programming language?
Which is the parameter that is added to every non-static member function when it is called?
What is the highest level of cohesion?
can inline function declare in private part of class?
What is Method overloading?
what is function over loading?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
what is the new version of oops
What is the difference between Home and $Home?
What are different oops concepts?
Where is pseudocode used?
what is polymorpsim? what are its types?