It works but the output is broken :)
This commit is contained in:
21
Semester 3/Assignments/functions/arrays.h
Normal file
21
Semester 3/Assignments/functions/arrays.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/cppFiles/class.h to edit this template
|
||||
*/
|
||||
|
||||
/*
|
||||
* File: arrays.h
|
||||
* Author: caleb
|
||||
*
|
||||
* Created on March 1, 2024, 11:11 AM
|
||||
*/
|
||||
|
||||
#ifndef ARRAYS_H
|
||||
#define ARRAYS_H
|
||||
|
||||
void initializeArray (int arr[], const int size);
|
||||
void printArray(int arr[], const int size);
|
||||
int& returnReference (int & x);
|
||||
|
||||
#endif /* ARRAYS_H */
|
||||
|
Reference in New Issue
Block a user