| Other C Sharp Code Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| Write a program to count the number of characters, number of
words, number of line in file. |
Mind-Tree | 2 |
| Write a function which accepts a sentence as input
parameter.Each word in that sentence is to be reversed.
Space should be there between each words.Return the sentence
with reversed words to main function and produce the
required output.
for eg:- i/p: jack jill jung kill
o/p: kcaj llij gnuj llik |
Mind-Tree | 1 |
| how does the below eqation proceed to be solved:
x*=y+z
options: x=x*y+z or x=x*(y+z)
|
| 1 |
| How to Create a Treeview Menu in ASP.NET with C#? |
| 1 |
| Write a program. there are 1..n numbers placed in an
array in random fashion with one integer missing. find the
missing number. |
Mind-Tree | 1 |
| how can i split sting in textbox in windows application using
c# .net |
| 2 |
| working with arrays |
| 1 |
| Can you declare an array of mixed Types? |
HCL | 1 |
| how do i copy textbox contents of 1 form to another form |
Wipro | 4 |
| Automatically Hyperlink URLs and E-Mail Addresses in
ASP.NET Pages with C# |
| 1 |
| program to reverse the order of digits in a given number of
any length. |
Mind-Tree | 1 |
| Write a program to input an integer and
- display the reverse
- display the sum of each digit
- should include logic that considers the input
number as any number of digits long
|
Mind-Tree | 2 |
| |
| For more C Sharp Code Interview Questions Click Here |