Answer Posted / nashiinformaticssolutions
Pointers pointing to memory that has been deallocated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what are multibyte characters?
Where can I get an ansi-compatible lint?
What is %s and %d in c?
What is the value of c?
What are the advantages of c language?
which is an algorithm for sorting in a growing Lexicographic order
What is void pointers in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How are Structure passing and returning implemented by the complier?
Which is an example of a structural homology?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What does c value mean?
Do you know the difference between exit() and _exit() function in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How do I read the arrow keys? What about function keys?