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 a null object in c++?
What are formatting flags in ios class?
Why c++ is the best language?
What is function overloading in C++?
What is abstract class in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is an overflow error?
Explain the benefits of proper inheritance.
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Is c++ pass by reference or value?
What do nonglobal variables default to a) auto b) register c) static
Why null pointer is used?
Why is c++ still popular?
Is java a c++?
What is atoi in c++?