Omnitek interview question

How to use stack and heap in C programming language?

Interview Answers

Anonymous

17 Jun 2013

Not difficult but quite confused. My first thought was how to implement stack or heap...Then I think maybe there are some std libraries. The stack is used for functional calls and heap is for dynamic allocation. Details is here http://stackoverflow.com/questions/79923/what-and-where-are-the-stack-and-heap.

Anonymous

25 Mar 2016

If i applied for a hardware job and they asked my a software question, I would walk out.