Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

im sana..living in puducherry..tamilnadu...doing my engineering in copmuter science..i like to be part of daniweb..really its such a usefull community that i have ever seen..i like to have more friends.

Interests
gardening--like to plants..having pleasant greens around me.. surfing net-- specially languages and…
PC Specs
i have intension feeling in c language and java as..now i involved in c language to get to knw in deeply..and…
Favorite Forums
Favorite Tags
c x 8
Member Avatar for sanagopi

hi ...i have registered for reliance power...the written test will be held on july 2010..now i have to prepare for that exam...will u please tell...what to study for the technical test..please help me thank you..please suggets me some books for technical...i have selected IT specialisation for technical written test...thank you,have …

Member Avatar for Ancient Dragon
0
133
Member Avatar for Sukhbir

void main() { int i=1; printf("%d,%d,%d",i++,i++,i++); } output 3,2,1 CAN SOMEONRE EXPLAIN ME WHY?

Member Avatar for sanagopi
-1
231
Member Avatar for omiyehan
Member Avatar for sanagopi
-1
75
Member Avatar for sanagopi

[code] main() { int i=0xff; printf("\n%d",i<<2); } [/code] please tell me how to work out this code... and what will be the output...

Member Avatar for Banfa
0
2K
Member Avatar for sanagopi

i need a detail explanation about left shift and right shift operators in c..its very hard to understand it..especially when i am using shifting on hex and oct values...seems to quite confusing me...i got the output..but i dunno how it comes...please clear my doubts.. thank you

Member Avatar for sanagopi
0
128
Member Avatar for sanagopi

[code]main() { int i, j; scanf("%d %d"+scanf("%d %d", &i, &j)); printf("%d %d", i, j); }[/code] i have doubt in this program where we are using 2 scanf statment which is nested one...y we are using +scanf..is this corect?? if so please expalin it..

Member Avatar for Adak
0
86