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
What is the difference between method overloading and method overriding in c++?
What is the main purpose of c++?
Why is c++ called oops?
What is iterator in c++?
What is the need of a destructor?
What is the difference between C and CPP?
Tell me can a pure virtual function have an implementation?
Const char *p , char const *p What is the difference between the above two?
Does c++ vector allocate memory?
Is map thread safe c++?
How new/delete differs from malloc()/free?
What does the linker do?
Are c and c++ different?
What is the difference between a reference and a pointer?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()