A
Q. What is the output of C Program?
Code:
int main() { int a[]; a[4] = {1,2,3,4}; printf("%d", a[0]); }
- Correct Answer - Option(D)
- Views: 19
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.