xyu
Fri, 10/07/2011 - 12:05
#include
#include
int main ()
{
int n, i, j, data[9], temp;
clrscr();
printf("array\n");
n = 10;
for (i=0; i data[i])
{
temp = data[i];
data[i] = data[j];
data[j] = temp;
}
for (i=0; i
Hi,
That looks like c++ to me, can you please explain this code?
Is there an issue?
-----------------
Tim Speed
Compilr Developer and CTO