0
What is the answer of?
Int a = 3; Int b=2; Cin>>++i; I++; Is this correct?
2 odpowiedzi
+ 4
I can only see 2 variables so i++ doesn't exist, it would be either a++ or b++, if your new and you see i++ being used it's just because they have called there variable "i" but you can call it anything you want.
0
Pratik Fuyal also you cannot write Cin .you have to write cin in c++.