We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
dear sir/madam(s), I define simple structure in c(keil)for at89c52 mcu as bellow. struct MODE { YEAR:5; MONTH:5 }; struct MODE RUN,NON_RUN_MODE; My question is will my veriable RUN.YEAR ,NON_RUN_MODE.YEAR,RUN.MONTH,RUN.MONTH will assigned in bit data memory best regards satish munot