what is different between auto and local static? why should we use local static?


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

Post New Answer

More C Interview Questions

explain about storage of union elements.

2 Answers   ABC, Bosch,


How to removing white spces in c programming only bu using loops

2 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


What does d mean?

0 Answers  


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


Why double pointer is used in c?

0 Answers  


What is macro?

5 Answers   IBM,


What is spaghetti programming?

0 Answers  


What is main void in c?

1 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


Categories