write the program for prime numbers?

Answer Posted / natalija

I got one question! how can i make program in LSL (linden->second life script language) for prime numbers...not to cheek, but for readouot prime numbers?

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of a heap?

716


Why c is known as a mother language?

650


Can i use “int” data type to store the value 32768? Why?

758


Are pointers really faster than arrays?

570


Why we use conio h in c?

591






What are the 4 types of programming language?

589


Are negative numbers true in c?

604


How can I rethow can I return a sequence of random numbers which dont repeat at all?

710


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1732


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1206


What is the meaning of && in c?

554


how many key words availabel in c a) 28 b) 31 c) 32

635


What is the size of enum in c?

625


How can my program discover the complete pathname to the executable from which it was invoked?

665


What is stack in c?

619