Choose the correct option from the given program
class abc
{
int a, b;
void sum(int m,float n)
{int k=10;
a=m;b=n;
System.out.print(k);
}}
MARKS:2
k,m,n---> local variable
m,n ---->parameterized variable
abc is a composite data type
Answers
Answered by
0
Answer:
m,n ---->parameterized variable
Similar questions
Chemistry,
2 months ago
Geography,
2 months ago
Computer Science,
5 months ago
Social Sciences,
5 months ago
Social Sciences,
11 months ago
Math,
11 months ago
CBSE BOARD X,
11 months ago