write the program for prime numbers?

Answer Posted / anmol

#includesd

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

626


Why do we use static in c?

636


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1470


Write a c program to demonstrate character and string constants?

1689


What is the stack in c?

723






Explain how do you declare an array that will hold more than 64kb of data?

906


Do you have any idea how to compare array with pointer in c?

609


What are unions in c?

585


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1204


How does #define work?

652


What is fflush() function?

649


Write a C program in Fibonacci series.

640


What is data type long in c?

627


How can you pass an array to a function by value?

607


What is a void pointer in c?

611