Question: please explain this i for got what the ++c2 meant What is the output of the following code? int main() { char c1 ='-'; char

please explain this i for got what the ++c2 meant
What is the output of the following code? int main() { char c1 ='-'; char c2 = '-' c1 = 'a'; while (c1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
