i want to job in your company, so how it will be possible.
Answers were Sorted based on User's Feedback
Answer / rakesh ranjan
THIS QUESTION DOESNT BELONGS TO TECHNICAL SECTION SO PLEASE AVOID SUCH KINDS OF QUERIES HERE........................................................................................THANXXXX
| Is This Answer Correct ? | 0 Yes | 0 No |
What 'lex' does?
How is a macro different from a function?
How can I convert a number to a string?
Why flag is used in c?
Explain following declaration int *P(void); and int (*p)(char *a);
What is a static variable in c?
Is main is user defined function?
How do you list files in a directory?
write a program to sort the elements in a given array in c language
How can I implement sets or arrays of bits?
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.
Two's compliment of -5