Computer Science, asked by kunal679271, 9 months ago

What does the following condition do?
check( name in( 'Rita', 'Chandano', 'Lakshya'))
निम्नलिखित condition क्या करता है?
check( name in( 'Rita', 'Chandano', 'Lakshya'))
Select one:
A. The condition checks whether the given names are sub-strings in at least one of the values
कंडीशन यह जांचती है कि दिए गए नाम कम से कम एक मान में उप-स्टिंग हैं या नहीं।
B. None of the mentioned
उल्लेखित कोई नहीं
O C. The condition checks whether the name attribute includes the three mentioned names
कंडीशन यह जांचती है कि क्या name ऐट्रिब्यूट में तीन उल्लिखित नाम शामिल हैं।
D. The condition allows the name attribute to possess only the three mentioned names
कंडीशन name ऐट्रिब्यूट को केवल तीन उल्लिखित नामों को रखने की अनुमति देती है।
Mcvrupadca
Dala retention Summálv 24​

Answers

Answered by harpalsingh000177
7

Answer:

It checks whether the given names are sub-strings in at least one of the values. The ' ' here is used for checking whether they are sub strings or not.

This operator is very amazing and is used largely in computer science. If you want to become a better software engineer, you must learn about this thing.

All the very best.

Explanation:

Answered by kyaswanth0070
0

Explanation:

The condition checks whether the name attribute includes the three mentioned names

Similar questions