0% found this document useful (0 votes)
14 views2 pages

C# Program List

The document outlines a series of practical programming exercises for a C# Programming Lab at SRM Institute of Science & Technology. It includes tasks such as checking for palindromes, implementing stack operations, demonstrating error handling, and working with arrays and classes. The exercises aim to enhance students' understanding and application of C# programming concepts.

Uploaded by

Rajeevkumar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

C# Program List

The document outlines a series of practical programming exercises for a C# Programming Lab at SRM Institute of Science & Technology. It includes tasks such as checking for palindromes, implementing stack operations, demonstrating error handling, and working with arrays and classes. The exercises aim to enhance students' understanding and application of C# programming concepts.

Uploaded by

Rajeevkumar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

SRM INSTITUTE OF SCIENCE & TECHNOLOGY

(Deemed to be University u/s 3 of UGC Act, 1956),


NCR CAMPUS, MODINAGAR

Department of Computer Science


(University Practical Examinations)
Subject : C# Programming Lab Sub. Code: UCS15603

1. Write a Program in C# to Check whether a number is Palindrome or not.


2. Write a Program in C# to Check whether a given character is vowel or not
3. Write a C# program to prepare a marksheet of a student
4. Write a C# program greatest no using nested if
5. WAP that an array of 20 real numbers is declared and the operation of assigning
references to this array is demonstrated.
6. Write a C# program to illustrate the foreach loop
7. Write a Program in C# to demonstrate Command line arguments processing.
8. Write a Program in C# to find the roots of Quadratic Equation.
9. Write a Program in C# to demonstrate boxing and unBoxing.
10. Write a Program in C# to implement Stack operations.
11. Write a program to demonstrate Operator overloading.
12. Write a Program in C# to find the second largest element in a single dimensional
array.
13. Write a Program in C# to multiply to matrices using Rectangular arrays.
14. Find the sum of all the elements present in a jagged array of 3 inner arrays.
15. Write a program to reverse a given string using C#.
16. Using Try, Catch and Finally blocks write a program in C# to demonstrate error
handling.
17. Design a simple calculator using Switch Statement in C#.
18. Demonstrate Use of Virtual and override key words in C# with a simple program
19. Implement linked lists in C# using the existing collections name space.
20. Write a program to demonstrate abstract class and abstract methods in C#.
21. Write a program in C# to build a class which implements an interface which
already exists.
22. Write a program to illustrate the use of different properties in C#.
23. Demonstrate arrays of interface types with a C# program.
24. Write a C# program to demonstrate the use of paramin C#
25. Write a C# program to demonstrate the use of Sealed class
26. Write a program to demonstrate the factorial of a given number in C#

You might also like