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
Is null always equal to 0(zero)?
What is #include in c?
Describe the order of precedence with regards to operators in C.
What is null pointer constant?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Differentiate between calloc and malloc.
while initialization of array why we use a[][2] why not a[2][]...?
What is c mainly used for?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
difference between Low, Middle, High Level languages in c ?
What is output redirection?
In a switch statement, explain what will happen if a break statement is omitted?
Explain is it valid to address one element beyond the end of an array?
What is meant by errors and debugging?