What are data breakpoints?

Answer Posted / siva jyothi katireddi

Data break point allow you to break execution when the
value stored at a specified memory location changes.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c procedural or object oriented?

680


What is the purpose of clrscr () printf () and getch ()?

689


When can a far pointer be used?

674


What are types of functions?

661


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

885






Is struct oop?

663


What is context in c?

637


any "C" function by default returns an a) int value b) float value c) char value d) a & b

758


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1424


Do you know what are bitwise shift operators in c programming?

693


write a program to find out prime number using sieve case?

1728


Explain why c is faster than c++?

675


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

752


What is the deal on sprintf_s return value?

731


What is conio h in c?

716