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
What is an lvalue and an rvalue?
Explain how does flowchart help in writing a program?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
How can I find out how much memory is available?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is output redirection?
Can we use visual studio for c?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
which operator is known as dummy operator in c?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
how can i print "hello"