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 is the point of oop?
What are the benefits of oop?
What is ambiguity in inheritance?
What is encapsulation c#?
Why we use classes in oop?
What is advantage of inheritance?
Can we override main method?
What is encapsulation in simple terms?
What is difference between pop and oop?
Why is destructor used?
What is the full form of oops?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Is data hiding and abstraction same?
What is difference between inheritance and polymorphism?
class type to basic type conversion