Advertisements
Advertisements
प्रश्न
Define the following with an example:
Coercion
व्याख्या
उत्तर
Implicit Type Conversion or Coercion occurs in a mixed mode expression when the result's data type is converted to the highest available data type without the user's interaction.
Example:
int a;
long b, c;
c = a + b;
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.03: Values and Data Types - EXERCISES [पृष्ठ ३३]