| Other C Sharp Code Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| 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 |
| Write a program to count the number of characters, number of
words, number of line in file. |
Mind-Tree | 2 |
| how to get the table names via c sharp and column names
also? |
Sify | 2 |
| How to use ASP.NET 2.0's TreeView to Display Hierarchical
Data? |
| 1 |
| program to reverse the order of digits in a given number of
any length. |
Mind-Tree | 1 |
| program to check if a number is "perfect number". |
Mind-Tree | 1 |
| how can i split sting in textbox in windows application using
c# .net |
| 2 |
| how to change password in .net with c # with ado.net and
also SQL server 2008
change password |
| 1 |
| "c sharp" code for factorial using static variables |
| 8 |
| how does the below eqation proceed to be solved:
x*=y+z
options: x=x*y+z or x=x*(y+z)
|
| 1 |
| Code for Working with Files under a Directory? |
| 1 |
| . Write a program to print the following outputs using for loops
$ $ $ $ $
$ $ $ $
$ $ $
$ $
$ |
| 2 |
| |
| For more C Sharp Code Interview Questions Click Here |