Does defining a function inline mean that it wont push and
pop things on/off the stack ...like parameters and the
return the address??
Answer Posted / jomb
yes...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of friend function in c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Is there any function that can skip certain number of characters present in the input stream?
How do pointers work?
By using c++ with an example describe linked list?
Difference between Abstraction and encapsulation in C++?
Can we run c program in turbo c++?
What is a hash function c++?
What c++ library is string in?
Why main function is special in c++?
How would you use the functions sin(), pow(), sqrt()?
What is class in c++ with example?
What are the advantages of using typedef in a program?
What are the 2 main types of data structures?
Why is "using namespace std;" considered bad practice?