Find the output of following c code? #include int main() { int a=4,b=5; printit(a, b); } printit(int b, int a) { printf("%d %d", a, b); { int a=0; int b=1; printf("%d %d", a, b); } return 0; }



Click here to share poll on specific pages, user profiles or purchase votes!