Question: Problem 1 [40 points). [Refer SD 6.3.7] A). Write a function in C language for int find(int arr[], int num, int size), num specifies the
![Problem 1 [40 points). [Refer SD 6.3.7] A). Write a function](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3d6ad5c88e_23666f3d6aceec1d.jpg)
Problem 1 [40 points). [Refer SD 6.3.7] A). Write a function in C language for int find(int arr[], int num, int size), num specifies the number to be found in an array and size specifies the number of elements in the array, and arr specifies the base address of the array. The function should return the index number of the first entry in the array that holds num. If no array entry is num, it should return the value -1. B).Convert the function into ARM assembly code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
