Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 598 Bytes

C-Sharp--interview-questions-01

a selection of C# programming interview questions that are regularly asked. We will learn about some of the frequently requested C# programming interview questions in this article.

  1. How to Reverse string

02.Reverse the order of words in given string

03.reverse each word in a given string

04.count the occurrence of each character in a string

05.Remove dupilcate charactors from string

06.All possible substring of a given string

07.Find second largest integer in an array using only one

  1. Find third largest integer in an array using only one loop?