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 are the ways in which a constructors can be called?
What is property in oops?
What is function overloading?,describe it with the example.
What is difference between data abstraction and encapsulation?
What is oop in simple words?
What is abstraction with example?
what is opps?why it is use in programming language?
Why do we need oop?
What is a function in oop?
is there any choice in opting subjects like 4 out of 7
Can we create object of interface?
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!!!)