what is a static function

Answer Posted / radhika

function which is static in class,which cannot be overridden

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does char * * argv mean in c?

621


How can I copy just a portion of a string?

812


Explain how can you restore a redirected standard stream?

587


Why should I use standard library functions instead of writing my own?

667


What is a good way to implement complex numbers in c?

588






What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

694


Can a variable be both const and volatile?

668


Is it fine to write void main () or main () in c?

543


What is a #include preprocessor?

612


What is the difference between mpi and openmp?

727


What does stand for?

590


What are different types of variables in c?

566


What is the difference between ++a and a++?

686


What is pointers in c?

644


What are type modifiers in c?

615