D
dev_cool
hello everybody,
i'm a new member of this group, this is my first ever post. i've found
a c program that prints prime numbers through an infinite loop. But I
really don't understand the code. Anybody plzz explain how the code
works?
/******here is the code*****/
#include<stdio.h>
#include<conio.h>
int l;
int main(O)
{
for(;2-l?O
rintf("%8d",O);l=O%--l?l:++O);
return 0;
}
/*******program ends*******/
Plzz help me, I cannot figure out anything abt this code. thx in
advance.
i'm a new member of this group, this is my first ever post. i've found
a c program that prints prime numbers through an infinite loop. But I
really don't understand the code. Anybody plzz explain how the code
works?
/******here is the code*****/
#include<stdio.h>
#include<conio.h>
int l;
int main(O)
{
for(;2-l?O
return 0;
}
/*******program ends*******/
Plzz help me, I cannot figure out anything abt this code. thx in
advance.