#include // What will this code do? int main(void) { loop: printf("Forever and ever!\n"); goto loop; return 0; }