Conversion of integer to string

how do i convert a number to a string??

Hi Khushi,
there is inbuilt function to_string(number). you can use it to convert number to a string.