Don't test equality on floats.
Step through your code with gdb (compile with -g flag).
Arrays decay when passed as pointers.
C strings terminate with \0
Try VSCode for a visual debugger (instead of raw gdb).
Best of luck.
Don't test equality on floats.
Step through your code with gdb (compile with -g flag).
Arrays decay when passed as pointers.
C strings terminate with \0
Try VSCode for a visual debugger (instead of raw gdb).
Best of luck.