Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Latest commit

 

History

History

1-29-July

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Lab 1: July-29

Question:

Create an array (user-defined size) of random integers [0-1000]
	(a) No repetitions
	(b) No range dominate

To compile: gcc Prgm-1.c -o prgm-1-out

To execute: ./prgm-1-out x, Where x (int) is the size of the array you wish to create.

Note: (a) has been completed. (b) is a work in progress.