How static variables and local variablesare similar and dissimilar?


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

Post New Answer

More C++ General Interview Questions

What are templates? where we should use it?

2 Answers   Alcatel,


How many namespaces are there in c++?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  


What is an inline function in c++?

0 Answers  


What do you mean by function pointer?

0 Answers  






What is #include iostream?

0 Answers  


What is c++ prototype?

0 Answers  


What is the best c++ compiler?

0 Answers  


What is the best way to take screenshots of a window with c++ in windows?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


Is c or c++ more useful?

0 Answers  


What is a multimap c++?

0 Answers  


Categories