|
Author
|
Message
|
16 Aug 2007 15:09:08 IST
|
|
|
The entry "211 1297" means that 1297 is the 211th prime number!
|
The inevitable truth of life.....everyone in our life is going 2 hurt sooner or later......u just have 2 realise who is worth.....
the PAIN or the PERSON...!!! |
|
|
|
16 Aug 2007 16:12:46 IST
|
|
|
so what???????????????????????????
|
    
|
this reply:
0 points
(with 0

in
0
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
16 Aug 2007 17:11:39 IST
|
|
|
whats the question
|
I like to be myself. |
this reply:
0 points
(with 0

in
0
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
16 Aug 2007 17:20:13 IST
|
|
|
what is the point in posting this...
we r not suppose to learn them!!!!!
|
Keep working....................Iam comming..
your's only,
Success!! |
this reply:
0 points
(with 0

in
0
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
16 Aug 2007 22:57:05 IST
|
|
|
Nivedh, don't mind, but please tell me buddy, DON'T YOU HAVE ANY WORK TO DO?????????????????????????
|
this reply:
0 points
(with 0

in
0
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
17 Aug 2007 16:38:32 IST
|
|
|
metal,
nivedh is a sort of expert in posting articals in comm shelf.. his posts are always very good and helpful...
and he is doing a great job by posting them... ITS A VERY GUD WORK ONE CAN DO!!!!
|
Keep working....................Iam comming..
your's only,
Success!! |
this reply:
5 points
(with 1

in
1
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
17 Aug 2007 17:42:51 IST
|
|
|
Thats awesome!!
I'll just learn it by heart and write everything in the iit exam...when they ask for it!!!!
|
this reply:
0 points
(with 0

in
0
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
17 Aug 2007 18:41:34 IST
|
|
|
wats d use of posting dis ...u should hve utilised dis time in some useful prep....
|
this reply:
0 points
(with 0

in
0
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
21 Jun 2009 17:35:35 IST
|
|
|
i have instead written a c program for this
|
All For That pink background behind my posts ;) |
this reply:
5 points
(with 1

in
1
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
21 Jun 2009 17:47:15 IST
|
|
|
#include<stdio.h> #include<conio.h> #define L 100 void main() { unsigned long int n,k=0,i,p; clrscr(); for(n=1;n<=L;n++) { for(i=2;i<n;i++) { p=n%i; if(p==0) k++; } if(k==0) { printf("%ld is a prime no.\n", n); } k=0; } getch(); }
|
All For That pink background behind my posts ;) |
this reply:
0 points
(with 0

in
0
votes
)
[?]
|
|
You have to be logged on to rate
|
|
|
|
|