(OT) Stack

H

hack_tick

hi
sorry for benig so off topic here, but i felt that this is the right gruop
for asking this question
is there any concept like Global Stack in C ?
 
J

Joona I Palaste

hack_tick said:
hi
sorry for benig so off topic here, but i felt that this is the right gruop
for asking this question
is there any concept like Global Stack in C ?

No.

--
/-- Joona Palaste ([email protected]) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"You can pick your friends, you can pick your nose, but you can't pick your
relatives."
- MAD Magazine
 
T

Thomas stegen

hack_tick said:
hi
sorry for benig so off topic here, but i felt that this is the right gruop
for asking this question
is there any concept like Global Stack in C ?

This is not off-topic really, what you'll need to do though
is tell us what a global stack concept is. I can guess,
but that is not very helpful.

Is X available in standard C is almost always on topic you see.
 
M

Malcolm

hack_tick said:
sorry for benig so off topic here, but i felt that this is the right gruop
for asking this question
is there any concept like Global Stack in C ?
Virtually all C compilers use a stack to store local variables. Sometimes
function return addresses are stored on the same stack, sometimes on a
separate stack.
However a conforming compiler doesn't have to use a stack, if some other
arrangement is more efficient then that's fine by the ANSI standard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top