Where local variables are stored in c?


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

Post New Answer

More C Interview Questions

Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?

2 Answers   Convergys,






int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


What are variables c?

0 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


triangle number finding program...

1 Answers   HCL,


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


YBJBU6

1 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


Categories