Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Differences between inline functions and non-inline functions?

Answer Posted / ankita

inline functin for execution switching time is required but
noy in case of non inline function

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats is abstraction in oops?

1028


can inline function declare in private part of class?

4319


How to use CMutex, CSemaphore in VC++ MFC

4743


Can enum be null?

967


What is oops?what is its use in software engineering?

987


What is the point of oop?

1115


What are oops functions?

970


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

2196


What is destructor oops?

1042


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

4831


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1582


What is polymorphism and why is it important?

991


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2236


Why is destructor used?

974


Are polymorphisms mutations?

1112