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 is the hexidecimal number of 4100?

16 Answers   Google,


How the processor registers can be used in C ?

7 Answers   HP,


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


program for comparing 2 strings without strcmp()

4 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  






What is structure of c program?

0 Answers  


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


How do you list files in a directory?

0 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


Categories