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
What information can an exception contain?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is a string example?
Define basic type of variable used for a different condition in C++?
What is else syntax in c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
How can I disable the "echo" feature?
What is helper in c++?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Is c++ vector a linked list?
How to tokenize a string in c++?
Where can I run c++ program?
What do you mean by delegate? Can a user retain delegates?
How can I learn c++ easily?
What is constructor c++?