When there is a global variable and local variable with the same name, how will you access the global variable?


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

Post New Answer

More C++ General Interview Questions

What do you mean by early binding?

0 Answers  


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


What are the different data types present in C++?

1 Answers  


Can we sort map in c++?

0 Answers  






What is the full form of c++?

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


Is swift faster than c++?

0 Answers  


What are move semantics?

0 Answers  


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


Categories