DEV Community

SangA Lee
SangA Lee

Posted on

Return index of smallest element in array [closed]

Return index of smallest element in array

7

I'm trying to return the index with the smallest element in an array of integers. Am I missing something? After I put my integers in, it doesn't return the index.

UPDATE: I get an error at the end of int main() about the array stack being corrupted. Thank you. My…

Latest comments (0)