Computer Science, asked by saitharun9837, 11 months ago

strlen() returns the length of the string on success and . . . . if the string is empty.
A.-1
B.NULL
C.Garbage value
D.0

Answers

Answered by choudhary21
0
✔✔{\texttt{Answer}}✔✔
⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
_______________________

<b>Typing -

D . 0✔✔

If the first character happens to be '\0', then you have an empty string.

This is what you should do:

do

{ /* * Resetting first character before getting input.

*/ url[0] = '\0';

// code }

while (url[0] != '\0');


\huge\boxed{\texttt{\fcolorbox{aqua}{grey}{D}}}

_______________________ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı

<b><big>⭐⭐Hope help You⭐⭐

Answer - By Choudhary21
Answered by varshini1101
1
heya!!


here is your answer⬇️⬇️


option D is the answer

hope my answer helps you
Similar questions