Answer Posted / nayanprakash
Arry is a collection of similar data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are c and c++ the same?
Explain how do you determine whether to use a stream function or a low-level function?
Write a program to swap two numbers without using third variable in c?
Explain b+ tree?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What are integer variable, floating-point variable and character variable?
What is pass by value in c?
What is the general form of #line preprocessor?
What is string in c language?
Write a program to print "hello world" without using a semicolon?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How can I direct output to the printer?
What is extern variable in c with example?
Write a program to reverse a given number in c?
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.