027. Technical interview question:Give the output the following code Prashant Chaudhari 8 years ago #include<stdio.h> int main() { int i = 2; int j = ++i + i; printf("%d\n", j); }