Computer Science, asked by atanupal196133, 2 months ago

void test 3(char c)
{
System.out.println((int) c);
}
If m is passed to c

Answers

Answered by piyushnanda2
1

Answer:

The result will be the ASCII no of m ..... ....

Similar questions