A. ~ (tilde) → Not used for concatenation in Splunk.
B. & (ampersand) → Not a valid operator for concatenation.
D. . (period) → Not used for string concatenation in Splunk (unlike some other languages like PHP).
so C is the ans
D -
Operators that produce numbers
The plus ( + ) operator accepts two numbers for addition, or two strings for concatenation.
The subtraction ( - ), multiplication ( * ), division ( / ), and modulus ( % ) operators accept two numbers.
Operators that produce strings
The period ( . ) operator concatenates both strings and number. Numbers are concatenated in their string represented form.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jbr21
1 month agoalexoancea08
1 month, 2 weeks agotonydbass
2 months agoFrozenYeti
4 months, 2 weeks agoNastyNutsu
4 months, 4 weeks ago8b5c1e8
5 months, 1 week ago