ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 50 - PT0-002 discussion

Report
Export

Appending string values onto another string is called:

A.
compilation
Answers
A.
compilation
B.
connection
Answers
B.
connection
C.
concatenation
Answers
C.
concatenation
D.
conjunction
Answers
D.
conjunction
Suggested answer: C

Explanation:

Concatenation is the term used to describe the process of appending string values onto another string. In Python, concatenation can be done using the + operator, such as "Hello" + "World" = "HelloWorld"4.

Reference: https://docs.microsoft.com/en-us/dotnet/csharp/how-to/concatenate-multiple-strings

asked 02/10/2024
Maria Deras
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first