Explain what is the stack?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


what is the hexidecimal number of 4100?

16 Answers   Google,


Which are low level languages?

0 Answers  


Are the variables argc and argv are local to main?

0 Answers   TISL,






What is the correct code to have following output in c using nested for loop?

0 Answers  


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  


how to display 2-D array elements in spiral

2 Answers  


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


What are structure members?

0 Answers  


Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


Categories