Create a program with the following specificationsreserve


Create a program with the following specifications:

Reserve space in memory for an array of words of size 10. Use the '.space'

directive. The array is called my array.

The program should implement the following piece of C-code. The value of

initial value is the first digit of your UIN.

int j = initial-value ;

for ( i =0; i <10; i++)

{

my array [ i ] = j ;

j++;

}

 

Please consider the first digit to be 4

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a program with the following specificationsreserve
Reference No:- TGS01123088

Expected delivery within 24 Hours