root@kali:~/ohm/secure_code# gcc -o ex_nonull ex_nonull.c
root@kali:~/ohm/secure_code# ./ex_nonull 
Bad : str = cat 1.txt 0.txt
Good: str = cat 1.txt 
