what is a static function

Answer Posted / asha

static functions are functions that are only visible to
other functions in the same file.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

756


How can I read/write structures from/to data files?

548


Why is c known as a mother language?

745


Is null always equal to 0(zero)?

583


Are global variables static in c?

674






What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358


What is binary tree in c?

622


In C, What is the #line used for?

1056


Is malloc memset faster than calloc?

616


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5796


Explain the advantages and disadvantages of macros.

622


Where local variables are stored in c?

556


How can you find the exact size of a data type in c?

601


What are the different types of control structures?

584


What is the use of extern in c?

647