Cisco interview question

What is put on stack when calling a function?

Interview Answer

Anonymous

Mar 12, 2025

You put program counter, program status word, stack pointer and data registers. In addition you can put arguments of the function (unless you already put them in registers).