Why is this loop always executing once?
explain what are pointers?
Explain how can a program be made to print the name of a source file where an error occurs?
Tell us the use of fflush() function in c language?
What is the auto keyword good for?
What are the 32 keywords in c?
What is meant by recursion?
what do you mean by enumeration constant?
What is huge pointer in c?
Can you write a programmer for FACTORIAL using recursion?
What is calloc in c?
Explain union. What are its advantages?
Is c dynamically typed?
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 the usage of pointer in c?