What is output of code? #include #include void main() { int i; i = 2; DES: printf("%d", i); i = i + 2; if(i 18/25 What is output of code? #include #include void main() { int i; i = 2; DES: printf("%d", i); i = i + 2; if(i <= 20) goto DES; =>2468101214161820468101214161820nothing is printedGiải thíchChọn đáp án A