Can you pass a vector to a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
How do you traverse a btree in backward in-order?
Which programming language should I learn first?
How do you allocate and deallocate memory in C++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
How to avoid a class from instantiation?
What parameter does the constructor to an ofstream object take?
Describe run-time type identification?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is c++ vb?
Do you know what are pure virtual functions?
why is c++ called oops? Explain