When a function is made inline. Write the situation where
inline functions may not work.

Answer Posted / sathishbca

inline function can be use in single line manipulations in
program it cannot use in looping, branching

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is sorted c++?

870


What do the header files usually contains?

805


Describe new operator?

843


What is an undefined reference/unresolved external symbol error and how do I fix it?

832


Explain some examples of operator overloading?

864


What is a tree in c++?

730


What is prototype in c++ with example?

731


Write a recursive program to calculate factorial in c++.

814


What is the size of integer variable?

799


Define what is constructor?

798


What is c++ best used for?

775


What is c++ redistributable?

852


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2742


Explain what you mean by a pointer.

849


What do you mean by function overriding & function overloading in c++?

799