Demo 1, tehtävä 6 ----------------- Selitä mitä tässä tapahtuu: int a=1, b=2, c=3, d=4, e=5, f; f = a += b *= c || --d * 2 == e++ < 6 + c / 2 ? 7 ? 8 : a : b , c;