Since 4/5/2012 6:07:29 AM, sreelalpp has written 10 articles and participated in 1 conversations. sreelalpp signature: sreelalpp
sreelalpp's articles:
Items(10) /1
how oracle treats rows..? help822 (10/15/2005 8:19:32 AM) comp.databases.oracle.server hi all, can any body tell me, in which order oracle scans the rows in a table in normal select quries? ie, from top to bottom or bottom to top? regs, lal ... laloo
table scan help153 (10/15/2005 8:17:56 AM) comp.soft-sys.sas hi all, can any body tell me, in which order oracle scans the rows in a table in normal select quries? ie, from top to bottom or bottom to top? regs, lal ... sreelalpp
doubt on table scan1120 (10/15/2005 8:11:27 AM) comp.databases.oracle.server hi all, can any body tell me, in which order oracle scans the rows in a table in normal select quries? ie, from top to bottom or bottom to top? regs, lal ... laloo
problem with scanf( )568 (11/28/2004 1:58:48 AM) comp.lang.c Dear all, plz see the following prograam. main() { int a,b; scanf("%d %d ",&a,&b); printf("%d %d",a,b); } when i run the above program on windows using Turbo C, t... sreelalpp
Timer in a C Program559 (9/14/2004 5:08:04 PM) comp.lang.c Dear All, main() { int num; printf("Enter a number "); scanf("%d",&num); } In the above C program, I would like the user to allow only 20 seconds to enter any number. Just after 20 seconds, ... sreelalpp
Floating Point Representation #24100 (9/11/2004 6:39:06 PM) comp.arch Hi, Please tell me how binary floating point numbers are represented in Registers? Which is the standard representation? What is the differences between fixed point and floating point representations. Ne... sreelalpp
problem with modem287 (8/17/2004 6:33:52 PM) comp.hardware Hi all, My modem 56kbps was not working. So I got it replaced from my dealer. I was geting a download speed arround 40 kbps before the new modem was installed. But now I am getting the maximum of 24kbps wh... sreelalpp
Floating pointer Error in a code649 (8/12/2004 3:27:25 PM) comp.lang.c Dear friends, Please consider the following C program. #include struct employee { int id; float sal; }; main() { struct employee emp[5]; int i=1; scanf("%f",&emp[i].sal); return 0; } ... sreelalpp
puzzle in C443 (7/3/2004 5:43:25 AM) comp.lang.c Hi all, main() { int a=12,b=10; printf("%d , a+b"); } the output is is 10,a+b why it is so? I am using Turbo C compiler on Windows plz give me reply soon regs sreelal ... sreelalpp
sreelalpp's replies:
Items(1) /1
problem with scanf( )568 (11/28/2004 1:58:48 AM) comp.lang.c Dear all, plz see the following prograam. main() { int a,b; scanf("%d %d ",&a,&b); printf("%d %d",a,b); } when i run the above program on windows using Turbo C, t... sreelalpp(11)