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 near, far and huge pointers? How many bytes are occupied by them?
What are the five basic elements of a c++ program?
What is null pointer and void pointer and what is their use?
What is binary object model?
What is the difference between cin.read() and cin.getline()?
Is it possible for a member function to use delete this?
What is a dangling pointer in c++?
Is eclipse good for c++?
What is nested class in c++?
What's the order in which the objects in an array are destructed?
What is the difference between global variables and static varables?
Write a c program for binary addition of two 8 bit numbers.
What do you mean by friend class & friend function in c++?
How many standards of c++ are there?
Write about the access privileges in c++ and also mention about its default access level?