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

If you want to share several functions or variables in several files maitaining the consistency how would you share it?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Which format specifier is used for printing a pointer value?

0 Answers  


How do you master coding?

0 Answers  


Why ctype h is used in c++?

0 Answers  






What is virtual base class?

0 Answers  


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

0 Answers  


How Virtual functions call up is maintained?

2 Answers  


Can I run c program in turbo c++?

0 Answers  


What data encapsulation is in c++?

0 Answers  


Which is most difficult programming language?

0 Answers  


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

0 Answers  


Categories