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 the parameter to a template and the parameter to a function?
What is the difference between object-oriented programming and procedural programming?
Explain register storage specifier.
How can virtual functions in c++ be implemented?
Describe private, protected and public – the differences and give examples.
What is lambda in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is the function of I/O library in C++ ?
What is function overloading c++?
Explain about vectors in c ++?
write a function signature with various number of parameters.
What is near, far and huge pointers? How many bytes are occupied by them?
What are the differences between the function prototype and the function defi-nition?
What is c++ array?
Give example of a pure virtual function in c++?