Advertisements
Advertisements
प्रश्न
Give the output of the following method definition and also write what mathematical operation it carries out:
void test3(char c)
{
System.out.println( (int) c);
}
if 'm' is passed to c.
थोडक्यात उत्तर
उत्तर
109
(The mathematical process carried out is to display the ascii value of a character).
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?