Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write the program for prime numbers?

Answer Posted / tayyab ali

write the program to print prime numbers from 1 to 1000?

Is This Answer Correct ?    16 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I manipulate strings of multibyte characters?

1256


What are high level languages like C and FORTRAN also known as?

1236


Define recursion in c.

1349


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2865


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6393


write a c program for swapping two strings using pointer

2687


Explain what is the benefit of using an enum rather than a #define constant?

1274


What is include directive in c?

1206


Explain what is meant by high-order and low-order bytes?

1090


What is main return c?

1050


Discuss the function of conditional operator, size of operator and comma operator with examples.

1212


what type of questions arrive in interview over c programming?

2081


How to draw the flowchart for structure programs?

9390


What is selection sort in c?

1176


what is the format specifier for printing a pointer value?

1073