What is stack in c?


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

Post New Answer

More C Interview Questions

What are the 4 types of unions?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


Who invented bcpl language?

0 Answers  






What's wrong with "char *p; *p = malloc(10);"?

5 Answers  


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


biggest of two no's with out using if condition statement

5 Answers  


Describe static function with its usage?

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


Categories