Consider the following code segment. What will be content of strl [4]? char str []='Heal'
A
4
B
6
C
2
Correct Answer: 4
Code segment, also known as a text segment or simply as text is a portion of an object file. The code segment in memory is typically read - only and has fixed size.