Introduction To Arrays
We all know that we can use a variable to store a single value but if we have to store 100 values at a time, then declaring and initializing 100 variables is not an optimized way of doing things. For this purpose, we have arrays in C to store data of...
hackthesource.hashnode.dev7 min read
Shubham Kumar Singh
Problem Solver | Full Stack Developer
Thanks Abhishek kushwaha