What is the value of the var variable at the end of the following snippet?
int var;
var = 4;
var var * var;
var = var +var;
/*
var = var / var;
var = var % var;
*/
Answers
Answered by
3
Answer:
there is an error in question please make it correct and ask again
Similar questions