What is the output of C program with arrays?
int main() { int a[3] = {20,30,40}; int b[3]; b=a; printf("%d", b[0]); }
Correct Answer:
Compiler Error
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
Compiler Error
need an explanation for this answer? contact us directly to get an explanation for this answer