Difference between static global and global?
Answer Posted / rajesh
also static variables has default value as 0.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is meant by a delegate?
How to defines the function in c++?
What is overloading unary operator?
How do you define a class in c++?
How can virtual functions in c++ be implemented?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What are compilers in c++?
Explain virtual destructor?
What is encapsulation in C++? Give an example.
What is difference between class and structure in c++?
Why can templates only be implemented in the header file?
What does count ++ do in c++?
Differentiate between structure and class in c++.
Why Pointers are not used in C++?
What is type of 'this' pointer? Explain when it is get created?