Answer Posted / aishwarya
Array is static memory allocation.
& vector is dynamic memory allocation
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What restrictions are placed on method overriding in java programming?
What is string english?
Can inner class extend any class?
How to create com object in Java?
What does a method signature consist of?
What are the differences between checked exception and unchecked exception?
What is string pooling concept?
What are the rules for variable declaration?
You're given a Boolean 2D matrix, can you find the number of islands?
what is a thread pool in java and why is it used?
Is char * a string?
explain the concept of virtual method invocation in polymorphism in detail?
Explain the difference between map and flatmap stream operation?
What are pass by reference and pass by value?
Convert a BST into a DLL and DLL to BST in place.