predict the output:
#include <stdio.h>

int main() {
    
    for(; ;)
    printf(" printing ");

    return 0;
}

Posted on by