Projects › Projects › Biometric fingerprint based voting machine › Create a charcter array of 6
December 9, 2013 at 7:09 am
#10706
AJISH ALFRED
Participant
Create a charcter array of 6 variables. Use a for loop to loop through the variables of the array and and write to the SBUF inside each looping.
This is to give you an idea,
char x [6] = {‘a’, ‘b’, ‘c’, ‘d’, ‘e’, ‘f’};
for (i=0,i<5,i++)
SBUF = x;