josh technology Company Programming Basics

print prime no up to n?

Read Solution (Total 7)

josh technology Other Question

#include

int main(void) {
int i=1024;
for(;i;i>>=1)
printf("jtg");
return 0;
}