What are dangling pointers?
Answer / nashiinformaticssolutions
Pointers pointing to memory that has been deallocated.
| Is This Answer Correct ? | 0 Yes | 0 No |
explain what is a newline escape sequence?
write a program to print %d ?
how will you write a program on linked lists using JAVA programming???????????
How do I copy files?
What is variable and explain rules to declare variable in c?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is a good data structure to use for storing lines of text?
What is static memory allocation?
what is the advantage of software development
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
wt is diference between int and int pointer as same as float and float pointer and char and char pointer