check active cron jobs linux

C++
systemctl status cron
----------OR---------------
crontab -l
Source

Also in C++: