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...
can we store values and addresses in the same array? explain
Do you know the difference between exit() and _exit() function in c?
Is there any demerits of using pointer?
What is struct node in c?
The differences between Windows XP and Windows Visa
discuss the steps needed to get a program from source code to executable in a system?
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
Why do we use int main instead of void main in c?
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); }
how to swap 2 numbers within a single statement?
how to use showbits function?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.