Explain the advantages of using friend classes.
No Answer is Posted For this Question
Be the First to Post Answer
Is there structure in c++?
How a pointer differs from a reference?
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 strengths of C++?
Can static member variables be private?
What are the extraction and insertion operators in c++?
What does h mean in maths?
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.
What is meant by a delegate?
Explain the pure virtual functions?
What are 2 ways of exporting a function from a dll?
What are different types of typecasting supported by C++