Explain the concept of "dangling pointers" in C.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A dangling pointer points to memory that has been deallocated. Accessing it causes undefined behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A dangling pointer points to memory that has been deallocated. Accessing it causes undefined behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is memmove?
How do I determine whether a character is numeric, alphabetic, and so on?
What is the difference between c and python?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
Explain how can you determine the size of an allocated portion of memory?
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
In C programming, how do you insert quote characters (‘ and “) into the output screen?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
write an interactive program to generate the divisors of a given integer.