What are local static variables?


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

Post New Answer

More C Interview Questions

what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


What is Bitwise Operator and how it works?

1 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


What is the diffences between Windows XP and Windows Visa

1 Answers   Aricent, FHF,


Explain the difference between structs and unions in c?

0 Answers  


What are the types of functions in c?

0 Answers  


If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 Answers   Google,


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


Categories