Elements can be added or removed at either end but not in the middle ?
Answer Posted / aziz
Null
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between following two array declaration in JAVA? int a[]={1,2,3,4,5}; int []a-{1,2,3,4,5};
I am student pursuing B.E/B.tech in Computers 8'th sem.What should i do for a better carrier.Plz suggest other than programming languages.Is the ERP a better one to do?plz help...
WHY WE USE {} AT THE STARTING OF C PROGRAM
why dijkstra algorithm not used for negative weighted edges graph??
What is the mistake in the following program segment ? f() { int a; void c; f2(&c,&a);}
what is difference betweeen operator overloading & operator overriding?
Discuss about WAP architecture in detail.
why IT?
why every computer should have a boot strap routine?
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
why does a microprocessor generally hAVE more address lines than data lines?
how the class is instance of object?
what is the difference between load bearing and non load bearing walls
what is the stucture of.net array?
If memory is allocated to a class,when object of the class is created then how do we use the abstract class methods.coz v cant create obj of abstract class, only reference is created,when the abstract class data and members got the space in memory??