find all variables in server bash

C++
Just type next command to list all environments varialbes in terminal:
printenv
Source

Also in C++: