Skip to content

AkshyaRD/Arrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Arrays

What is Array in C? An array in C is a fixed-size collection of similar data items stored in contiguous memory locations.
It can be used to store the collection of primitive data types such as int, char, float, etc., and also derived and user-defined data types such as pointers, structures, etc.

image

SYNTAX

image

OUTPUT SCREENSHOTS

1.1. printing the first array element along with the rest of the array using a for loop image

  1. taking an array index as input from the user and printing the element at that index in that array image

  2. storing and printing a string, which is essentially a character array, and then printing array elements at even indexes
    image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages