Where are local variables stored in c?


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

Post New Answer

More C Interview Questions

Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


What is the scope of static variables?

1 Answers  


Differentiate Source Codes from Object Codes

1 Answers  


What is output redirection?

0 Answers  


How can you increase the size of a statically allocated array?

0 Answers   TISL,






How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,


What is equivalent to ++i+++j?

0 Answers  


Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


What is that continue statement??

4 Answers  


What is the best way to store flag values in a program?

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


Categories