what is dangling pointer?
Answer / ninja
A pointer referring to an area of memory that has been
deallocated. Dereferencing such a pointer usually produces
garbage
| Is This Answer Correct ? | 18 Yes | 0 No |
Can one function call another?
How to create struct variables?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What does stand for?
What is main return c?
What are the different types of pointers?
write a c program to find the sum of five entered numbers using an array named number
Can we change the value of constant variable in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
how can use subset in c program and give more example