Why c++ is not a pure oop language?
What is the difference between the parameter to a template and the parameter to a function?
Difference between pass by value and pass by reference?
What are the 3 levels of programming languages?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Why do we use classes in programming?
plz send me National informatics center paper pattern
Explain about profiling?
Can a function take variable length arguments, if yes, how?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
how to create window program in c++.please explain.
Write a note about the virtual member function?
Is string data type in c++?