Answer Posted / ram
reference to the address of the variable
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
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...
What are logical errors and how does it differ from syntax errors?
What are the ways to a null pointer can use in c programming language?
How do c compilers work?
Why is c called "mother" language?
write a progrmm in c language take user interface generate table using for loop?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain two-dimensional array.
What is an example of structure?
What is array in c with example?
Is using exit() the same as using return?
Do you know pointer in c?
What does %c do in c?
What is function and its example?
How can I read and write comma-delimited text?