Hi, I am a new programmer and I found out about a somewhat funny test they give people for jobs that a lot of programmers end up failing. You have all probably heard of it but here is the complete code for it:
Now I understand everything as it is pretty damn simple but I don't understand what the "%d" means. The full line is printf("%d",i); If I run it without the d it messes up everything. I know what the , does but not %d? Please explain