void test 3(char c)
{
System.out.println((int) c);
}
If m is passed to c
Answers
Answered by
1
Answer:
The result will be the ASCII no of m ..... ....
Similar questions