The current directory can be anything upon startup, but you can always find the path to your applications executable via argv[0]
Your shell most likely sets the cwd to /home/user/Documents so that directory is shown by default for any file saving/loading (a sensible decision - users will not want to manually select it everytime to save there work)
Bookmarks