Skip to content

This concise code demonstrates the scanning and printing of a 2D array using a single "for" loop. (Without nesting)

License

Notifications You must be signed in to change notification settings

Vraeh/2D-Array-Scan-Print-With-Single-Loop-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2D Array iteration (Scan-Print), with a single loop in C

This repository contains a C program that allows users to input values into a 2D array and display the array using a single "for" loop. The program prompts the user to enter values for each element of the array and then displays the entered array.

Usage

  1. Clone the repository to your local machine.
  2. Compile the C program using a C compiler.
  3. Run the executable.
  4. Follow the instructions to input values for the 2D array.
  5. The program will display the entered array using a single loop.

About

This concise code demonstrates the scanning and printing of a 2D array using a single "for" loop. (Without nesting)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages