Advertisements
Advertisements
प्रश्न
Given below is a partial program code. Identify any error, if present. Also find the following in it:
[Class name, Object name, Array, member data, data type]
int p = 4.5;
कोड लेखन
Advertisements
उत्तर
double p = 4.5;
The data type of p is double
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 2: Class as the Basis of all Computation - Exercises [पृष्ठ ६६]
