What can I safely assume about the initial values of variables which are not explicitly initialized?


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

Post New Answer

More C++ General Interview Questions

what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


Write about the use of the virtual destructor?

0 Answers  


Why was c++ made?

0 Answers  


Is c# written in c++?

0 Answers  


Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1

4 Answers   Quark,






What is array in c++ pdf?

0 Answers  


How can I learn dev c++ programming?

0 Answers  


What is std :: endl?

0 Answers  


Differentiate between C and C++.

0 Answers   Wipro,


What is class in c++ with example?

0 Answers  


What is vector pair in c++?

0 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


Categories