AmitPandey-AP's blog

By AmitPandey-AP, history, 13 months ago, In English

If in a vector we can use use push_back() and pop_back() and in a stack we do push and pop from the rear end of the stack . So what is the significance of stack over a vector ? Is it size related or something else ?

Full text and comments »

  • Vote: I like it
  • +22
  • Vote: I do not like it