STL (140)
OOPS (873)
C++ General (2409)
What is prototype for that c string function?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Define linked lists with the help of an example.
How do you achieve runtime polymorphism?
Can we get the value of ios format flags?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Explain the FOR loop with a help of a code.
What is polymorphism in oops with example?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Can a new be used in place of old mallocq? If yes, why?
What is debug class?what is trace class? What differences are between them? With examples.
What is this weird colon-member (" : ") syntax in the constructor?
Can create new c++ operators?
When we use Abstract Class and when we use Interface?where we will implement in real time?