| Other C Sharp Code Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| how does the below eqation proceed to be solved:
x*=y+z
options: x=x*y+z or x=x*(y+z)
|
| 1 |
| . Write a program to print the following outputs using for loops
$ $ $ $ $
$ $ $ $
$ $ $
$ $
$ |
| 2 |
| How to use ASP.NET 2.0's TreeView to Display Hierarchical
Data? |
| 1 |
| Event Handling in C# Triggering a Button |
| 1 |
| "c sharp" code for factorial using static variables |
| 8 |
| Code for Reading and writing from a file in c#? |
| 1 |
| how to get the table names via c sharp and column names
also? |
Sify | 2 |
| c# coding for a program that takes a 3 digit number n and
finds out whether the number 2^n + 1 is prime, or if it is
not prime find out its factors not using the Big-integer
and Exponential Function's. |
TCS | 1 |
| Write a program which has a function and that function
should take 2 or 3 or any number of strings and it should
return the largest common prefix of all those strings. If
there is no common prefix it should return an empty string.
for eg:- INPUT OUTPUT
glo {glory,glorious,glod}
gl {glad,glow}
{calendar,phone}
empty string |
Mind-Tree | 2 |
| Code for Working with Files under a Directory? |
| 1 |
| How to pass multiple rows from one gridview to another
gridview after clicking the checkbox. |
Satyam | 1 |
| Write a program to count the number of characters, number of
words, number of line in file. |
Mind-Tree | 2 |
| |
| For more C Sharp Code Interview Questions Click Here |