Question 1

main ()
{
    int i;
    for (i = 0; i < 20; i++)
        ;
}


What is the final value of i


i =