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
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is New modifiers?
What do you understand by friend-functions? How are they used?
What is the difference between int main and void main?
What is static volatile in c?
Why is c not oop?
What is an lvalue and an rvalue?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Is null always defined as 0(zero)?
How can you avoid including a header more than once?
What is the use of #define preprocessor in c?
how to capitalise first letter of each word in a given string?