Sponsored Links


Results 1 to 2 of 2

Thread: Please explain the term stacking overhead in C++

  1. #1
    sana.pari
    Guest

    Icon14 Please explain the term stacking overhead in C++

    Sponsored Links1



  2. #2
    Stack is special kind of data structure which is used in C/C++ to store the parameters of any function when it is being called. Whever we call a function in our program, the parameters which are passed to the function during its function call are stored onto the stack temporarily. Also each function is associated with an address which recognizes that function, this address is also pushed(stored) on stack. Stack is very useful in storing information related to functions but since stack has limited memory resources. In case if a lot of functions beign used/called in a program, parameters and adresses of all the functions are pushed on the stack which may result into exceeding the stack limit which is termed as Stacking Overhead.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What is the will, who can make it and explain in whose faovour a will can be
    By vustudents in forum Law of Transfer of Property
    Replies: 0
    Last Post: 09-01-2012, 01:20 AM
  2. Q. Explain the term promoter of a company.
    By vustudents in forum Assignments on Mercantile Law
    Replies: 0
    Last Post: 08-27-2012, 04:41 AM
  3. Replies: 0
    Last Post: 09-07-2011, 12:41 AM
  4. Replies: 0
    Last Post: 09-07-2011, 12:24 AM
  5. explain cardinality in c++ 2011
    By saneha in forum C++ Programing
    Replies: 1
    Last Post: 04-29-2011, 08:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft