{by c language}
write recursive function that reverse a string , the function should have two parameters which are two character arrays , the first one is the original one and the second is the revered string like this
ex {source string(happiness)}
change to
{destination string(ssenippah)}
{by c language}
write a function that converts from celsius to fahrenheit and vice versa ,tha function has two in parameters , the float temperature variable and a character.thecharactar decides which way the conversion is . if it is'c', it means converts to celsius otherwise to fahrenheit