3
Answers

How to find every 3rd character of string in C#(Console ap)

Photo of prabhu p

prabhu p

8y
433
1 Others
For example string Str ="Csharpcorner"
I need every 3rd letter as output 

Answers (3)