A
Q. What is the output of the C Program statement?
Code:
register int b;
prinf("%d", b);
prinf("%d", b);
- Correct Answer - Option(C)
- Views: 28
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.