Answer Posted / nashiinformaticssolutions
Functions expanded at the point of call, avoiding function call overhead.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is algorithm in c++ programming?
What is the difference between cin.read() and cin.getline()?
What are the different types of polymorphism in c++?
What is the insertion operator and what does it do?
What is an adaptor class or wrapper class in c++?
What's c++ used for?
Can we use pointers in c++?
How are virtual functions implemented in c++?
What is friend class in c++ with example?
Why is main function important?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What are dynamic type checking?
What is polymorphism and its type in c++?
program explaining feautures of c++