Where the memory to the static variables is allocated?


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

Post New Answer

More C++ General Interview Questions

How do I download c++?

0 Answers  


what are Operators and explain with an example?

0 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


Can I learn c++ in a week?

0 Answers  






What are c++ stream classes?

0 Answers  


Differentiate between a template class and class template?

1 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


Which programming language is best to learn first?

0 Answers  


What is the difference between struct and class?

1 Answers  


Categories