chinnydas
Junior Member level 1
hi everybody,
I am developing the code for C6713 dsk with some conditional statements.
In that, i want to run
continuously, i want to run the loop like infinite times. so, what changes should made in this loop to execute infinite times?
Suggest me some options please.
Thank-You
regards;
chinny
I am developing the code for C6713 dsk with some conditional statements.
In that, i want to run
Code:
for(i=0;i<=0;i++)
{
printf("%d",i);
}
continuously, i want to run the loop like infinite times. so, what changes should made in this loop to execute infinite times?
Suggest me some options please.
Thank-You
regards;
chinny
Last edited by a moderator: