I have written a pro*C program to fetch data from the
cursor. where in i have used the concept of BULK FETCH....
each FETCH statement is taking lots of time to fetch
specified number of rows at...


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

can we store values and addresses in the same array? explain

3 Answers   TCS,


Do you know the difference between exit() and _exit() function in c?

0 Answers  


Is there any demerits of using pointer?

0 Answers  


What is struct node in c?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


Why do we use int main instead of void main in c?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


how to use showbits function?

2 Answers   Infosys, TATA,


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


Categories