what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / ashok
Junction Actually Virtual Application
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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.
How can I remove the leading spaces from a string?
How can you allocate arrays or structures bigger than 64K?
Where is c used?
What is wrong with this program statement?
What does static variable mean in c?
Is printf a keyword?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
shorting algorithmS
What is nested structure in c?
Give the rules for variable declaration?
What is mean by data types in c?
Explain union.
What extern c means?