Is any direct function is available for the complement of the char variable
It's an operator, not a function. The operator is ~.
I think this is for the Bit variable what about the char variable
The answer is the same: ~.
How to take ones compliment of char variable
Once again, the answer is the same: ~.
View all questions in Keil forum