What do you mean by static variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
What does the nocreate and noreplace flag ensure when they are used for opening a file?
sizeof- is it functioning statically or dynamically?
How does java differ from c and c++?
What is the sequence of destruction of local objects?
What are c++ redistributables?
How many types of scopes are there in c++?
What are features of c++?
What is a manipulative person?
Out of fgets() and gets() which function is safe to use?
What is decltype c++?
What is namespace std; and what is consists of?