1
Answer

Out Put Of The below code

int a=20;
int b=6;
double c=a/b
value of c
Answers (1)