Comment on local and global scope of a variable.


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

Post New Answer

More C++ General Interview Questions

what is a reference variable in C++?

0 Answers  


How can you say that a template is better than a base class?

0 Answers  


What is command line arguments in C++? What are its uses? Where we have to use this?

0 Answers   HCL,


Is c++ map a hash table?

0 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


What is :: operator in c++?

0 Answers  


What is the most powerful coding language?

0 Answers  


What are the various situations where a copy constructor is invoked?

0 Answers  


What is constructor c++?

0 Answers  


Why c++ is faster than java?

0 Answers  


Categories