Integer k
Character *256 c
k= 100
Write (c, *) k
Print *, trim (c)
end
In this way, the content of k becomes a string and is passed to the string variable c, so we should draw inferences from one another.