What is the Output of the following C Program?
Programming on C 0 CSE 0 CSE 3 Compilation error
Answers
Answered by
0
Answer
the output of the following C programming: #include <stdio. h> void m (int *p) {int I = 0; for (I = 0;I < 5; I++) printf ("%d\t", p[I]);} void main() {int a [5] = {6, 5, 3}; m(&a);}? Reformatted: #include <stdio.
Answered by
0
Answer:
I don't know
Explanation:
I don't know
Similar questions