Answer Posted / kav_029
May leads to dangling pointer
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the difference between exit() and _exit() function?
Which is better pointer or array?
Explain what is the difference between the expression '++a' and 'a++'?
What is include directive in c?
Tell me when is a void pointer used?
What are types of preprocessor in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
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...
program for reversing a selected line word by word when multiple lines are given without using strrev
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is structure padding in c?
Explain the process of converting a Tree into a Binary Tree.
largest Of three Number using without if condition?
Lists the benefits of c programming language?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.