What is the scope of static variables in c language?


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

Post New Answer

More C Interview Questions

Explain how do you determine a file’s attributes?

0 Answers  


write a program for egyptian fractions in c?

1 Answers   Satyam,


Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

0 Answers   Convergys,






write a program without using main function?

2 Answers   TCS,


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


a 'c' program to tell that the set of three coordinates lie on a same line

3 Answers   Persistent,


what is the self-referential structure?

1 Answers  


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


What is the explanation for prototype function in c?

0 Answers  


When should the register modifier be used? Does it really help?

0 Answers  


Categories