3
Answers

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

prabhu p

prabhu p

7y
428
1
For example string Str ="Csharpcorner"
I need every 3rd letter as output 
Answers (3)