What are the scope of static variables?


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

Post New Answer

More C Interview Questions

What is volatile, register definition in C

0 Answers   Cognizant,


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


What is hungarian notation? Is it worthwhile?

0 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


char p="data"; printf(p);

2 Answers  


how to implement stack work as a queue?

2 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???

2 Answers   NSN,


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search

1 Answers   ADP, TCS,


What's a "sequence point"?

3 Answers  


Categories