Qualcomm Interview Question

"When a variable is declared in C, which data structure does it use?" "What is the similarity between correlation and convolution" "How would you distinguish yourself from others"

Interview Answer

Anonymous

Oct 29, 2012

If variable declared as local it stores on the stack It is basically LIFO Last in first out type datastructure.