Spliting Real value and floating value

I am looking for simple code.
I have varaible Unsigned int Varaibe=1234;

I would like to split into 2 parts i.r Real and Floating point

A=1234 1234/100 12.34

1234%100 gives 34

How i seprate integer value here

(deleted)