Difference between static global and global?
Answer Posted / afroz
there is no any diffrence between static and non static
global variable
| Is This Answer Correct ? | 16 Yes | 115 No |
Post New Answer View All Answers
Why is main an int?
What is the difference between an enumeration and a set of pre-processor # defines?
What does flush do?
How a new element can be added or pushed in a stack?
What is late binding c++?
what is a class? Explain with an example.
What are activex and ole?
How to give an alternate name to a namespace?
What are the advantages of inheritance in c++?
What is data binding in c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is a .lib file in c++?
How delete [] is different from delete?
What is the full form nasa?
What is a dll entry point?