No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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 …
the complier always read the line from right to left.sinc it uses its stack.so if u take the program.first the right most end 'i' will be compiled..and its a post increment so it increment after assingment oprerator.so the output is 1 ,thn reads the second right most one.here the value …
go for some search engine.u can get numerous of written programs.but remember u cna get only the model from that u have to develop ur own.try to develop the program as it increase the programming sense..try for some e-books and ask ur professor and some langauge may support u also..good …
[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...
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
[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..
The End.