What is the difference between static global and global ?
Answer Posted / leossk
Scope of the static variable is limited to that file, while
global is for all the files in that project space.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the c++ programming language used for?
Write a program to find the Fibonacci series recursively.
Can malloc be used in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is the difference between a pointer and a link in c ++?
Can you pass an array to a function in c++?
Mention the ways in which parameterized can be invoked.
What do you mean by volatile and mutable keywords used in c++?
How many types of classes are there in c++?
how to connect with oracle 9i with server in socket program in c/c++
Comment on local and global scope of a variable.
Ask to write virtual base class code?
State the difference between pre and post increment/decrement operations.
What's the hardest coding language?
Define 'std'.