What is the difference between a type-specific template friend class and a general template friend class?
No Answer is Posted For this Question
Be the First to Post Answer
In a function declaration, what does extern mean?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
Is c++ an oop?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What are vectors used for in c++?
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 == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Give example of a pure virtual function in c++?
Which operations are permitted on pointers?
How to get the current position of the file pointer?
What are the rules about using an underscore in a c++ identifier?
Is string an object in c++?
What are the stages in the development cycle?