Coding for using Nullable Types in C#?
how does the below eqation proceed to be solved: x*=y+z options: x=x*y+z or x=x*(y+z)
Can you declare an array of mixed Types?
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
Write a program to count the number of characters, number of words, number of line in file.
how to get the table names via c sharp and column names also?
how can i split sting in textbox in windows application using c# .net
Write a program to convert postfix expression to infix expression.
How to Link Different Data Sources Together?
how to change password in .net with c # with ado.net and also SQL server 2008 change password
Coding for using Nullable Types in C#?
c# code to Count number of 1's in a given range of integer (0 to n)
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