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

What are nested functions in c?

760


What is the sizeof () a pointer?

725


How can you find the day of the week given the date?

829


Write a program to reverse a given number in c?

764


What are directives in c?

732


Do you have any idea about the use of "auto" keyword?

856


What does the error message "DGROUP exceeds 64K" mean?

972


write a program to find out prime number using sieve case?

1843


what are enumerations in C

917


What is %d called in c?

928


What are the application of void data type in c?

964


What are the complete rules for header file searching?

850


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

888


What does. int *x[](); means ?

815


How do you construct an increment statement or decrement statement in C?

982