Answer Posted / achal ubbott
The keyword inline before a function's name can make a
difference only if the function is small.
Such a thing helps in reducing the overhead of context
switching and thus making things work a little faster. It
is all upon the compiler to decide if it would really make
that inline or not. The amount of overhead depends upon the
architecture of the underlying CPU.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is abstraction in oop?
How to hide the base class functionality in Inheritance?
What does and I oop and sksksk mean?
Is this job good for future? can do this job post grduate student?
What makes a language oop?
Why is abstraction used?
Please send ford technologies placement paper 2 my mail id
Why do we need oop?
Is data hiding and abstraction same?
Can bst contain duplicates?
Which is not an object oriented programming language?
What are the important components of cohesion?
What are the features of oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.