In C language characters are stored in ascii values like char c='a'; it will store 97 plz tell me things how a integer value is stored in form of ascii or some thing else ? similarly how a floating value (54.3323) is stored in which form ?
- [c-prog] how real and integer values are stored in C language manish_m95
