int a[x];
where x=0,1,2,3,.....n;
1.....in CCS compiler "x" should be a fixed length or MACRO.
2.....Is any other possible way to declare array size?
Thanks and Regards,
saitech.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
int a[x];
where x=0,1,2,3,.....n;
1.....in CCS compiler "x" should be a fixed length or MACRO.
2.....Is any other possible way to declare array size?
Thanks and Regards,
saitech.
Saitech says said:1.....in CCS compiler "x" should be a fixed length or MACRO.
Saitech says said:2.....Is any other possible way to declare array size?
Hi Sai Tech,
This is a keystone device forum in which we support SoC, Peripherals and MCSDK related queries for development on Keystone devices.
Please post your compiler related queries to Compiler forum and Code Composer Studio related queries to CCS Forum.
Please post your general C queries on open source forum.
Thank you.