What do you mean by static variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

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; }

4 Answers  


What does the nocreate and noreplace flag ensure when they are used for opening a file?

0 Answers  


sizeof- is it functioning statically or dynamically?

2 Answers  


How does java differ from c and c++?

0 Answers  


What is the sequence of destruction of local objects?

0 Answers  






What are c++ redistributables?

0 Answers  


How many types of scopes are there in c++?

0 Answers  


What are features of c++?

0 Answers  


What is a manipulative person?

0 Answers  


Out of fgets() and gets() which function is safe to use?

0 Answers  


What is decltype c++?

0 Answers  


What is namespace std; and what is consists of?

0 Answers  


Categories