May 20 2010 10:44 AM 3270 2 Implicit Subtyping satya2007200 What is Implicit Subtyping? Mohinder Pal Profile Answers by Mohinder Pal Questions by Mohinder Pal Aug 7th, 2010 In C language the compiler will do implicit type conversion from one intrinsic type to another ex//***********int a;a=123.23;printf("%d",a);//**************The compiler will prompt no err as it does c... Answer Question Select Best Answer
May 20 2010 10:44 AM 3270 2 Implicit Subtyping satya2007200 What is Implicit Subtyping? Mohinder Pal Profile Answers by Mohinder Pal Questions by Mohinder Pal Aug 7th, 2010 In C language the compiler will do implicit type conversion from one intrinsic type to another ex//***********int a;a=123.23;printf("%d",a);//**************The compiler will prompt no err as it does c... Answer Question Select Best Answer
Mohinder Pal Profile Answers by Mohinder Pal Questions by Mohinder Pal Aug 7th, 2010 In C language the compiler will do implicit type conversion from one intrinsic type to another ex//***********int a;a=123.23;printf("%d",a);//**************The compiler will prompt no err as it does c...