narendrahoney099 narendrahoney099 02-10-2022 Computers and Technology Answered What is the output of the following code #include int main() { int a 10, b = 2, c; a = 1(c = c = c) && ++b; printf ("%d %d %d", b, c, a); return 0;