- This topic has 1 reply, 2 voices, and was last updated 13 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › input an integer value
Hi.
I am new to embedded c. At present I am able to accept a char as input from kepad, what I need is to accept an integer value. I would like to know how should I store that accpeted integer value, and where to store it.. Please help me out.
Thanks and Regards in advance.
Adeeb
use the keyword int, unsigned int for storing the integer value.