#One fix
24 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
there propably is a compilation error
check the compiler output
Why is the result52 file not created after compilation?
You also need to run your program btw
It goes with out mistakes
if it doesn't create the executable it propably doesn't
or the executable is put somewhere you didn't expect it
Nah
how are you trying to compile it?
Try gcc arr11.c -static
Nothing
I originally had one function, it created a file, then I split it into two and this stuff happened
Try printing something a the beginning of main() to make sure it runs
Gives error

like if I write dhchfudxhbrhdmain() then an error

You never call find_first_max_index() inside main().