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
What oops means?
Can we assign integer value to char in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Why use int main instead of void main?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
How will you find a duplicate number in a array without negating the nos ?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain about the functions strcat() and strcmp()?
Is c compiled or interpreted?
Explain Basic concepts of C language?
Explain null pointer.
What is string function in c?
Difference between strcpy() and memcpy() function?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..