what is a static function

Answer Posted / ravi

static funcn means which called itself and dere is no need
of object to call static funcn..
static fun will use only static variables but not ordinary
variables..

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of variables in c?

766


What is difference between far and near pointers?

789


Explain what does the format %10.2 mean when included in a printf statement?

1107


How many identifiers are there in c?

765


What are operators in c?

779


Explain the difference between getch() and getche() in c?

739


Why are algorithms important in c program?

821


Tell us two differences between new () and malloc ()?

829


what is the format specifier for printing a pointer value?

782


Why is python slower than c?

806


Write a program in c to replace any vowel in a string with z?

876


Write a code on reverse string and its complexity.

771


4. main() { int c=- -2; printf("c=%d",c); }

1558


Why n++ execute faster than n+1 ?

2295


Explain how can you tell whether two strings are the same?

798