how to convert integer to char in C
C programming
Collapse
This topic is closed.
X
X
-
neha_chhatre@yahoo.co.inTags: None -
Joe Wright
Re: C programming
neha_chhatre@ya hoo.co.in wrote:A char is an integer. So are int, short and long, etc. Converting valueshow to convert integer to char in C
>
of one type to another is done by cast and/or assignment following
normal conversion rules. Read your C book. K%R2 is recommended.
--
Joe Wright
"Everything should be made as simple as possible, but not simpler."
--- Albert Einstein ---
Comment