Answer Posted / matloob
data breakpoint is inter related to debugger.
it is all about the debugging techniques.
it make the program to stop and waits till its execution and if the error is observed the program stops its execution is blocked.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is nested structure in c?
What is ctrl c called?
What is assignment operator?
When the macros gets expanded?
Explain the priority queues?
Differentiate between ordinary variable and pointer in c.
Can we use visual studio for c?
What is sizeof c?
Explain what does the function toupper() do?
What is structure padding and packing in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What does calloc stand for?
What is union and structure in c?
In which header file is the null macro defined?