What are pointer-to-members in C++? Give their syntax.
No Answer is Posted For this Question
Be the First to Post Answer
Define a way other than using the keyword inline to make a function inline?
Why is null pointer used?
Explain Text Manipulation Routines?
What is the precedence when there is a global variable and a local variable in the program with the same name?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Explain the difference between class and struct in c++?
Explain how an exception handler is defined and invoked in a Program.
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
Can we use clrscr in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is difference between malloc()/free() and new/delete?