Interviewer And Interviewee Guide

C# (Sharp) Programming Language Interview Question:

Does Console.WriteLine() stop printing when it reaches a NULL character within a string?

Submitted by: Administrator
Strings are not null terminated in the runtime, so embedded nulls are allowed. Console.WriteLine() and all similar methods continue until the end of the string.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.