Explain one-definition rule (odr).
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer -to-members in C++? Give their syntax?
What are the advantages of using pointers in a program?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
Can we sort map in c++?
sizeof - is it a function or operator?
what are the events occur in intr activated on interrupt vector table
Can a constructor return a value?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
what are the iterator and generic algorithms.
Describe friend function & its advantages.
What is an adaptor class in c++?
What is a stack c++?