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 is typedef example?

616


What is storage class?

654


Why do we use header files in c?

580


How many levels of pointers can you have?

704


What is ponter?

770






Why is extern used in c?

612


Can we access the array using a pointer in c language?

561


What is the role of this pointer?

549


What are variables c?

616


Can you apply link and association interchangeably?

677


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

615


What are pointers? Why are they used?

630


What is New modifiers?

667


what does static variable mean?

655


How will you write a code for accessing the length of an array without assigning it to another variable?

613