Computer Science, asked by TbiaSupreme, 1 year ago

Every string is terminated by null character whose equivalent integer value is _____. Fill in the blank.

Answers

Answered by aqibkincsem
0

Answer is :Every string is terminated by null character whose equivalent integer value is __'\0' ___.

A null character, possess  a numeric value of 0, but it bears  a special kind of meaning when interpreted in the form of text.

In some programming languages, notably C, a null character is applied to mark the  character string end .

In computer programming, a null-terminated string is a type of character string collected  as an array comprising the characters and terminated by means of a null character '0' .

Answered by Anonymous
3
heya......

answer is
========

every string is terminated by a null character whose equivalent integer value is __0__

========
hope it helps ^_^
Similar questions