Answer Posted / sumanta pattanayak
static function is used to call static variable or class
variable...rather than that without creating the class
object we can access the static function by
classname.staticfunctionname.....THIS cannot be used inside
static function.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between struct and class in terms of access modifier.
Is string data type in c++?
what is multi-threading in C++?
give me an example for testing a program showing the test path .show how the test is important and complex.
Can create new c++ operators?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is an inline function in c++?
Why we use #include iostream in c++?
Explain virtual destructor?
What c++ is used for?
What do you mean by static variables?
Explain pass by value and pass by reference.
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What are protected members in c++?
What is c++ runtime?