How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
No Answer is Posted For this Question
Be the First to Post Answer
Name four predefined macros.
Comment on assignment operator in c++.
Is there finally in c++?
What is the prototype of printf function?
When must you use a pointer rather than a reference?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is a far pointer? where we use it?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
what is upcasting in C++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What does std mean in c++?
Why c++ is not a pure oop language?