vlgreen7166 vlgreen7166 28-01-2024 Computers and Technology contestada Assuming all variables are declared and initialized properly, will this compile?for(i = 1, j = 2, i < 3; i++, j++){}A. Compilation errorB. Infinite loopC. Runs successfullyD. Syntax error in the loop condition