What is scope in c++ with example?


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

Post New Answer

More C++ General Interview Questions

What is rvalue?

0 Answers  


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  


What is the error in the code below and how should it be corrected?

0 Answers  






How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


what are prototypes

4 Answers   Infosys, TCS,


Distinguish between new and malloc and delete and free().

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


What is a list c++?

0 Answers  


What is format for defining a structure?

0 Answers  


How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


Categories