Is stack a keyword in c?


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

Post New Answer

More C Interview Questions

regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


How to declare pointer variables?

0 Answers  


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


What does c mean in basketball?

0 Answers  






What are unions in c?

0 Answers  


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


What are logical errors and how does it differ from syntax errors?

0 Answers  


Why do we use namespace feature?

0 Answers  


Explain what is the advantage of a random access file?

0 Answers  


State the difference between x3 and x[3].

0 Answers   Aricent,


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Categories