In reply to dave_59:
i wrote this code along with declaring automatic int j=i;
now its happening like this
thread3(0);
thread3(1);
thread3(2);
thread3(3);
…
.
.
.thread3(31);
thread3(31);
thread3(30);
.
.
.
.
thread3(0);
In reply to dave_59:
i wrote this code along with declaring automatic int j=i;
now its happening like this
thread3(0);
thread3(1);
thread3(2);
thread3(3);
…
.
.
.thread3(31);
thread3(31);
thread3(30);
.
.
.
.
thread3(0);