Answer Posted / glibwaresoftsolutions
A dangling pointer points to memory that has been deallocated. Accessing it causes undefined behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use stdio h and conio h?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What are the types of arrays in c?
What is memory leak in c?
What is the purpose of realloc()?
Explain how do you list files in a directory?
What is typedef example?
How can you draw circles in C?
What are control structures? What are the different types?
What do you mean by a sequential access file?
How to set file pointer to beginning c?
Process by which one bit pattern in to another by bit wise operation is?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How can I access an I o board directly?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321