🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

निम्नलिखित कथन का परिणाम क्या होगा?

What will be the output of following statement ?

>>>”m”+”nl”
A)
B)
C)
D)

Explanation:

Let's break down the statement:

"m" + "nl"
  • This is string concatenation, where the string "m" is combined with the string "nl".
  • The result will be the two strings joined together: "mnl".

Answer: (B) 'mnl'.

Latest Updates