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.
Tool/software: Code Composer Studio
Dear Sir
Very Good Afternoon
I have few queries regarding CCS program
1. What do you mean by the symbol semicolon (;) used in CCS program?
2. What do you mean by the symbol semicolon with slash (;\) used in the CCS program?
HI,
These are very basic C language questions that are not exclusive to CCS. I suggest performing a Google search for the term "C tutorial". There are many good references on the internet such as this one:
https://www.cprogramming.com/tutorial/c-tutorial.html
-- Cheers