How are "for" loops and "while" loops handled in Ada C/C++ Changer? Will this implement jump statements?.

How are "for" loops and "while" loops handled in Ada C/C++ Changer? Will this implement jump statements?.

Both "for" loops and "while" loops in Ada become while loops in C. We don't use "jump" statements in the generated C unless the original Ada had a "goto."