Which command will print the values continuously?
a. Print With comma
b. Print with tab
c. Print with semi-colon
d. Print with brackets
Answers
Answered by
3
By default, GDB prints a value according to its data type. But user might want to print a number in hex, or a pointer in decimal. Or user might want to view data in memory at a certain address as a character string or as an instruction.
Answered by
7
..PRINT WITH COMMA..
THANKS.
Similar questions