how to decompress gzip file in linux

C++
gunzip -k file.gz

Source

Also in C++: