loops in c
๐ Loops in C Language
A loop in C means repeating a block of code multiple times until a condition becomes false.It saves us from writing the same code again and again.
1. for loop
๐ Used when you know exactly how many times you want to repeat.
Sy...
yesamitsingh.hashnode.dev2 min read