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

triangle number finding program...

1 Answers   HCL,


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


how to swap 4 number without using temporary number?

2 Answers  


here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,






What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


How can you access memory located at a certain address?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What is calloc() function?

0 Answers  


provide an example of the Group by clause, when would you use this clause

0 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


Categories