What are static functions?



What are static functions?..

Answer / nashiinformaticssolutions

Functions declared with static have internal linkage, accessible only within the file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


What functions are used in dynamic memory allocation in c?

0 Answers  


What is wrong with this code?

0 Answers  


write a string copy function routine?

2 Answers  


Write a program to check prime number in c programming?

0 Answers  


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


Why can't I perform arithmetic on a void* pointer?

0 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


How Many Header Files in c?

2 Answers   TCS,


write a program which counts a product of array elements lower than 10.

1 Answers  


What is diffrance between declaration and defination of a variable or function

4 Answers  


Categories