write program in C# for palindrome? (aug 2009)
write program in C3 for generating below output?(aug 2009)
#
# #
# # #
# # # #
Answer Posted / elan
Hi Kanan,
Your code will work, however it was very standard one and
in interview, interviewer will expect candidate to provide
answers with regards to Array. In that point of view we
have provide answers using array. It will express our
knowledge in Array to employer.
I hope my answer make sence. Please provide your comments
if you have anything.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is a view? What is the use of it?
What is the difference between Decorator and Adapter pattern?
Is it not possible to store a boolean value as a variable?
Is there a way of specifying which block or loop to break out of when working with nested loops?
How can you achieve run time polymorphism in C#?
What is the difference between // comments, /* */ comments and /// comments?
Is c# good for games?
What is the class in c#?
Is list passed by reference c#?
What is event delegate in c#?
When can a derived class override a base class member?
How to transpose multi-dimensional array?
Is arraylist generic in c#?
Explain how do I get deterministic finalization in c#?
What is the difference between do and while loop?