Valgrind
A suite of tools used for debugging an existing program. Like Gcc, it uses a powerful debugging tool used by programmers to find breakpoints in their code.
prefix (polish) notation
Polish Notation, also known as Prefix Notation, is a form of notation that puts the operator at the beginning instead of between two numbers or other operations. Example:
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
Polish notation is widely used in SPARC's as a means of editing values in a stack.
ok 5 5 + ok .c 10 ok / 2 ok .c 5 ok