What is the precedence when there is a global variable and a local variable in the program with the same name?
1125What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
1057What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
1056When there is a global variable and local variable with the same name, how will you access the global variable?
1101Post New C++ General Questions
Explain the use of this pointer?
What is an orthogonal base class in c++?
What's the order in which the local objects are destructed?
Explain how a pointer to function can be declared in C++?
What is c++ w3school?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What does I ++ mean in c++?
program explaining feautures of c++
What are all predefined data types in c++?
What is #include math h in c++?
Tell me an example where stacks are useful?
When should you use global variables?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What are the two shift operators and what are their functions?