Computer Science, asked by akshithareddy385, 11 months ago

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 Akshatjaiswal256
3

Answer:

there is an error in question please make it correct and ask again

Similar questions