AbstractBeliefs

Untitled

Apr 17th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. float somenum = 5.5;
  2.  
  3. char str[10];
  4. sprintf(str, "%f", somenum);
  5.  
  6. // str now = [5 . 5 \0]
Advertisement
Add Comment
Please, Sign In to add comment