Hi,
Does anyone know what the instruction ff=1 does?
Thanks
1 Answer
0
It assigns the value of 1 to a variable named ff. So after you say:
ff = 1;
then ff equals 1.
Your Answer
1 Answer
0
It assigns the value of 1 to a variable named ff. So after you say:
ff = 1;
then ff equals 1.