What is a static function in c?


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

Post New Answer

More C Interview Questions

Explain the use of keyword 'register' with respect to variables.

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


Is c easy to learn?

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


What is keyword with example?

0 Answers  






what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


What does it mean when the linker says that _end is undefined?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


What are the types of pointers in c?

0 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


What is the purpose of realloc()?

0 Answers  


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


Categories