What is the use of static functions?

Answer Posted / priya

static word meaning it cannot be changed.so when we use
static in the function it cannot be changed

Is This Answer Correct ?    6 Yes 73 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is fixed in c++?

577


What is an adjust field format flag?

639


What is class in c++ with example?

562


How do you clear a set in c++?

594


Can a Structure contain a Pointer to itself?

603






If I is an integer variable, which is faster ++i or i++?

582


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

613


What is helper in c++?

563


What's the order in which the local objects are destructed?

828


What are the two types of polymorphism?

583


What is bubble sort c++?

565


What is the use of lambda in c++?

565


Is there finally in c++?

606


what is COPY CONSTRUCTOR and what is it used for?

609


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3421