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
Describe linked list using C++ with an example.
What is the use of 'using' declaration in c++?
Define upcasting.
What is a rooted hierarchy?
What is the type of 'this' pointer? When does it get created?
why is iostream::eof inside a loop condition considered wrong?
what are the iterator and generic algorithms.
What are the steps in the development cycle?
Can I run c program in turbo c++?
Why do we use string in c++?
What is the difference between multiple and multilevel inheritance in c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
How can you differentiate between inheritance and implementation in c++?
Is c++ used anymore?
What do manipulators do?