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
Write a program to implement queue.
What are the 4 types of programming language?
What do you mean by dynamic memory allocation in c?
What does %c do in c?
What is far pointer in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Explain what does the format %10.2 mean when included in a printf statement?
What is extern variable in c with example?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are the preprocessor categories?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What are the main characteristics of c language describe the structure of ac program?
What is a #include preprocessor?
In a switch statement, explain what will happen if a break statement is omitted?
What is the use of extern in c?