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; }

0 votes
4 5 0 1
 
0% / 0 votes
5 4 0 1
 
0% / 0 votes
একটিও নয়
 
0% / 0 votes
কম্পাইল এরর দেখাবে
 
0% / 0 votes


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