Answer Posted / sharath
yes u are right
there is no condition and the result is an infinite loop which continues till the stack overflow after that it may hang..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by Recursion Function?
Explain union. What are its advantages?
Why c language is called c?
What is the heap in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is getch c?
Why array is used in c?
How do you define a string?
What is enumerated data type in c?
what are the facialities provided by you after the selection of the student.
How will you divide two numbers in a MACRO?
What is use of null pointer in c?
Why do we need volatile 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.
What are # preprocessor operator in c?