Advertisements
Advertisements
प्रश्न
Debug the error and rewrite the following method prototype:
float operate(int x, float=3.4);
कोड लेखन
उत्तर
float operate(int x, float a)
{a=(float) 3.4; }
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 5: User - Defined Methods - EXERCISES [पृष्ठ ३३७]