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...

What is implicit conversion/coercion in c++?

Answer Posted / hrpynux@gmail.com

Implicit type conversion (also called automatic type conversion or coercion) is performed automatically by the compiler when one data type is required, but a different data type is supplied. The vast majority of type conversions in C++ are implicit type conversions.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of this pointer?

1200


Why do we need runtime polymorphism in c++?

1071


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

6455


Who created c++?

1115


Why the usage of pointers in C++ is not recommended ?

1517


What is the difference between C and CPP?

1212


Why Pointers are not used in C++?

1126


Describe the advantages of operator overloading?

1079


What causes a runtime error c++?

1195


Array base access faster or pointer base access is faster?

2357


Tell me an example where stacks are useful?

1097


What are the advantage of using register variables?

1206


What is a map in c++?

1290


How to declare an array of pointers to integer?

1212


What is the error in the code below and how should it be corrected?

821