To make a link to a file in another user's home directory:
ln ~sandra/prog.c .
This makes a link between the file prog.c in the home directory of user "sandra" and the filename prog.c in the current working directory.