Media Summary: Consider the following C program: stdio.h int main() { int a[] = {2, 4, 6, 8, 10}; int i, sum=0, *b=a+4 ...
Programming Challenge 6 Gate2019 Gate - Detailed Analysis & Overview
Consider the following C program: stdio.h int main() { int a[] = {2, 4, 6, 8, 10}; int i, sum=0, *b=a+4 ...