i need to create a function that will convert an user input angle into all three sin cos and tan and display, i can do this without pointers and creating separate functions for each sin cos tan, but i want to know how to do this with pointers and in 1 function. Any websites or people to help? books ive used dont help much. ill explain more if necessary, thanks

Note: im new to C