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++?



What is implicit conversion/coercion in c++?..

Answer / 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

More C++ General Interview Questions

What are the uses of pointers?

0 Answers  


There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.

2 Answers   Nagarro,


Can you explicitly call a destructor on a local variable?

0 Answers  


Explain the difference between struct and class in terms of access modifier.

0 Answers  


What is virtual constructor paradigm?

5 Answers   HCL, HP,


Is multimap sorted c++?

0 Answers  


What is prototype for that c string function?

0 Answers  


Can we define a constructor as virtual in c++?

0 Answers  


Explain Text Manipulation Routines?

0 Answers  


Write about a nested class and mention its use?

0 Answers  


What is a c++ map?

0 Answers  


sizeof- is it functioning statically or dynamically?

2 Answers  


Categories