Inline Function MCQs – C++

By: Prof. Dr. Fazal Rehman | Last updated: April 30, 2025

11
Score: 0
Attempted: 0/11
Subscribe
1. : Request for making a function inline can be ___?



2. : Making a function inline means that compiler can replace those function definitions on the place ________?



3. : What is the effect of the inline function on executable size?



4. : The time at which the executable code is started running is called?



5. : What is the effect of the inline function on memory?



6. : When is the inline function resolved/expanded?



7. : What is the effect of inline function on the locality of reference by utilizing instruction cache?



8. : What is the effect of using small inline functions on the number of cache misses?



9. : What is the effect of using large inline functions on the number of cache misses?



10. : If a function is big, then the compiler can _____ to make the function inline?



11. : When does the compiler ignore a request to make a function inline?



 

inline means that compiler can replace those function definitions on the place where function called

Inline Function in C++ – Tutorial

Programming C Plus Plus MCQs Homepage

shamil memory table

All Copyrights Reserved 2025 Reserved by T4Tutorials