Here is also a simple example:
If you run it you will notice that the 3 number is not printed because we have made a condition that if i = 3 then it skips this i and moves to the next i and it prints it.
Code:
#include <stdio.h> int main(){ int i; for
Leave a comment: