Skip to content

askiadopoulos/array-length

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

array-length

Get Array Length in C

Technologies Utilized: Oracle NetBeans IDE 8.2, C

Description: This is a simple program written in C language that demonstrates how to get the length of an array using the sizeof() operator.