Answer Posted / swetha
because u dont have job
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the value of h?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Explain two-dimensional array.
Explain what does the function toupper() do?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
can we have joblib in a proc ?
What is page thrashing?
Explain zero based addressing.
How do I convert a string to all upper or lower case?
Process by which one bit pattern in to another by bit wise operation is?
Explain what is the difference between #include and #include 'file' ?
Explain what is gets() function?
What is boolean in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
How can I find out if there are characters available for reading?