In this course you need to compile code using gcc and a set of options. Instead of having to type those options every time, linux allows you to create an alias. The steps to create an alias are:
alias gcc "gcc -ansi -Wall -g -O0 -Wwrite-strings -Wshadow -pedantic-errors -fstack-protector-all -Wextra"