array

  1. How to define an array of binary 8 bit numbers in keil?

    I've tried putting suffix 'y' followed by binary numbers within an array in header file but "syntax error near 'y', expected '}' " appear. Kindly ignore the first array of the attachment. extern unsigned int A[8]={ 00111100y, 01100110y, 01100110y, 01111110y, 01100110y, 01100110y, 01100110y};
Cookies are required to use this site. You must accept them to continue using the site. Learn more…