i want to send 300 constant values to an array and i defined it in this way code unsigned int a[]= '' 936, 956, 1100, 1208, 1150, 986''; // like these all 300 values
but keil software gives error in these ''''' and say unspecified... pls tell me how can i store large constant values in an array??
unsigned int a[]= { 936, 956, 1100, 1208, 1150, 986 };
OP posted 1-May-2013 03:44 GMT Westonsupermare Pier let the cat out of the bag 1-May-2013 17:57 GMT
so it cost the OP 14 hours 13 min not to look in a book
hp how's that for productivity
some of you professionals take being awkward to a whole new level