Search the web
Sign In
New User? Sign Up
c4swimmers · India's First C/C++ Programming Portal
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 52 - 81 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52
Dear kiran, Refer Unix System Programming by Stevens or any other book. Alter. go to http://engginfo2002.tripod.com web site. Browse to link V SEM ->...
Manjunath Janardhan
manjunath_ja...
Offline Send Email
Dec 2, 2003
12:45 am
53
Hi everybody, Itz very nice to share our knowledge and especially in C.I need a help from you know. Q.How can we compare two numbers without using comparison...
askar ali
askaralil@...
Send Email
Dec 2, 2003
6:07 am
54
Hello all, Can anyone of you explain why and how the answer of this program comes like this. void main() { int i=10,j; j=++i + ++i; printf("%d",j); } The...
Sreejith K(STP)
sreejithk2000
Offline Send Email
Dec 2, 2003
1:33 pm
55
hi sreejith......... the unary operators are performed first in any expression........this is the base line......... as the 2 variables being i (which has only...
chethan S V
chethankrishna
Offline Send Email
Dec 2, 2003
1:39 pm
56
Hi Sreejith, In the cc complier which we run in UNIX m/c it is showing is 23. This cc compiler will add the value directly after the increment of the variable....
umesh.muniramaiah@...
Send Email
Dec 2, 2003
2:12 pm
57
Hi Friends Invitation to participate in the C Code Contest From now onwards C Code Snippet Contest will be held. There are two categories (1) Best C Code...
Nanda Kishor
knnkishor
Offline Send Email
Dec 3, 2003
5:42 am
58
Hello friends Help Me to Help You by contributing C stuff to the website. I'm Nanda Kishor. I'd like to include new topics to the www.c4swimmers.esmartguy.com....
Nanda Kishor
knnkishor
Offline Send Email
Dec 3, 2003
5:55 am
59
Hi! Could u help me to sollve these questions 1.what is the o/p & tell me the reason? void main() { int *a=NULL; a=(int *)malloc(10*sizeof(int)); ...
deepan danny
deepan_danny
Offline Send Email
Dec 3, 2003
7:58 am
60
see in line............... 1.what is the o/p & tell me the reason? void main() { int *a=NULL; a=(int *)malloc(10*sizeof(int)); printf("%d",sizeof(a)); } ...
chethan S V
chethankrishna
Offline Send Email
Dec 3, 2003
9:10 am
61
Hello i wanred to tell one thing. I second answer u gave is wrong as i told the same answer for un interview and they said that i was wrong. Can any body tell...
kariudaykiran
Offline Send Email
Dec 4, 2003
4:33 am
62
HI <umesh.muniramaiah@, Can u say the output of bellow: main() { int i; printf("%d",3.0); printf("%d",5.88); } for first print i am getting 0 if i put any...
kariudaykiran
Offline Send Email
Dec 4, 2003
4:50 am
63
hi this is rahul for(int i=0;i<50;i++); ... In my opinion the second one will execute fast. Here goes the explanation see the semicolon in the end of each i...
rahul chugh
rahulchughin
Offline Send Email
Dec 4, 2003
7:39 am
64
hi this is rahul for(int i=0;i<50;i++); ... In my opinion the second one will execute fast. Here goes the explanation see the semicolon in the end of each i...
rahul chugh
rahulchughin
Offline Send Email
Dec 4, 2003
7:40 am
65
hey man ......... i get u........... ya u r right.....the ans i gave was wrong............ see this .................. actually the first loop will be done...
chethan S V
chethankrishna
Offline Send Email
Dec 4, 2003
9:33 am
66
Hi, Can you help me by passing this info. 1.With using temporary variables how we can able to swap two values????? 2.With using arithmetis operator,how we can...
askar ali
askaralil@...
Send Email
Dec 8, 2003
3:58 am
67
hi Askar i think u have missed out the "out" in u r question i mean without temp variables or without the arithmetic operator ...........if that is the case ...
chethan S V
chethankrishna
Offline Send Email
Dec 8, 2003
4:46 am
68
we can check the wich no is greater without using relational operator like given below: if(a/b) { printf(a is greater"); } else { printf (b is greater) } if...
gautham hegde
freshergautham
Offline Send Email
Dec 8, 2003
6:11 am
69
Hi Friends Challenge C4S#1 W.A.P. to display the string C4Swimmers. Constraints are as follows : DO NOT USE (1) ; (semicolon) (2) " (doublequote) and (3) the...
Nanda Kishor
knnkishor
Offline Send Email
Dec 8, 2003
6:23 am
70
Hi, we can swap the variables using following techniques: 1) if a= 10; b=20; then a=a+b; b=a-b; a=a-b; 2)while Passing the values ,exachange the paramters and...
gautham hegde
freshergautham
Offline Send Email
Dec 8, 2003
6:40 am
71
hi !! this is in regard to the Q : How we can swap 2 variables without using temp variable ?? Well the answer proposed : a=a+b; b=a-b; a=a-b; has a flaw ! The...
Tarandeep Uppal
singh_tarandeep@...
Send Email
Dec 8, 2003
9:32 am
72
Without using arithmetic operator , by using right shift & left shift operator we can able to perform multiplication and division only for integarls of 2. For...
askar ali
askaralil@...
Send Email
Dec 8, 2003
11:36 am
73
Hi, Using Right Shift op. Left Shift op. we can able to mutiply only for integrals of 2. Is there is any other to multiply and divide for other than integrals...
askar ali
askaralil@...
Send Email
Dec 8, 2003
1:34 pm
74
Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now....
radhika yalavarthi
yradhikamca
Offline Send Email
Dec 9, 2003
4:45 am
75
hi ! this is in regard to the Q : Using Right Shift op. & Left Shift op. we can mutiply only for integrals of 2. Is there is any other to multiply and divide...
Tarandeep Uppal
singh_tarandeep@...
Send Email
Dec 9, 2003
8:56 am
76
Hi! could u tell me the solutions to this problem, 1.Why we r using the #include statement,basic thing i know but i need some actual processing while using...
deepan_danny
Offline Send Email
Dec 9, 2003
12:25 pm
77
Hi Friends Download the attachments : C Tips (50+ Pages) C++ Tips (50+ Pages) nJoy nanda kishor Regards, www.c4swimmers.esmartguy.com Designed & Maintained by ...
Nanda Kishor
knnkishor
Offline Send Email
Dec 9, 2003
3:57 pm
78
Great Quotes A girl should not expect special privileges because of her sex . . . she must learn to compete . . . not as a woman but as a human being. ...
Nanda Kishor
knnkishor
Offline Send Email
Dec 9, 2003
4:01 pm
79
Hello gautham This method fails when either a or b or both is 0 or a negative number. Also when a=b, this program fails to give a suitable output. I guess this...
Sreejith K(STP)
sreejithk2000
Offline Send Email
Dec 10, 2003
4:17 am
80
hi thanx,for the refinement ,as i gave only the over all idea any way thnx "Sreejith K(STP)" <sreejithk@...> wrote: Hello gautham This method fails when...
gautham hegde
freshergautham
Offline Send Email
Dec 12, 2003
10:14 am
81
Hello friends , Iam a begineer in C. i couldn't understand how this code works Please do give me reasons so as to justify the output. ...
Ashis mathew philip
zoope80@...
Send Email
Dec 13, 2003
7:16 pm
Messages 52 - 81 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help