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

How do I convert a string to all upper or lower case?

631


Do you have any idea how to compare array with pointer in c?

609


What is getch?

633


What are the application of c?

652


What is the use of putchar function?

655






Can an array be an Ivalue?

668


Which is the best website to learn c programming?

585


What is the use of function overloading in C?

686


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

628


How can you determine the maximum value that a numeric variable can hold?

643


Explain setjmp()?

661


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2009


What is a pointer in c plus plus?

698


Does c have class?

615


Why do we need arrays in c?

589