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

what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


Write a program to swap two numbers without using third variable?

0 Answers  


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  






Explain Function Pointer?

0 Answers   Wipro,


x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


What are predefined functions in c?

0 Answers  


What do header files do?

0 Answers  


Categories