Q. What is the output of the C Program statement?
Code:
register int b;
prinf("%d", b);
β
Correct Answer: (C)
random integer number
register int b;
prinf("%d", b);
You must be Logged in to update hint/solution