The following problem has to do with Arrays. I would appreciate if someone could give an explanation in this assumption below:

If we assume that SIZE is a catholic constant with value 100 and A is Array of size SIZE with n stored elements from left to right. If it is assumed that Array's elements are not initialised and at n first position there are numbers from 1 to n in ascending numerical order, what will be the printout of the following command and why ?
for (i=0; i<SIZE; i++)
printf("%d, " A);
Thanks in advance...

SIZE is a catholic constant

good choice of words PBIRBAS's teacher

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.