0 votes
5
#include <stdio.h int main() { int y = 2; int z = y +(y = 10); printf("%d\n", z); }