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

in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


how to get starting address of a running C program

3 Answers  


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


What is getche() function?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Why is structure padding done in c?

0 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


Explain the use of bit fieild.

0 Answers  


How do you print only part of a string?

0 Answers  


What are the types of assignment statements?

0 Answers  


Categories