SL. No. | Particulars | Experiment Name |
1 | Computer | Find greatest among 3 numbers. |
2 | Computer | Perform the arithmetic expression using switch statement |
3 | Computer | Generate all prime numbers up to nth number. |
4 | Computer | Print product of two matrices. |
5 | Computer | Concatenate two strings without using library functions |
6 | Computer | Print the elements of array using pointers 35 |
7 | Computer | Find factorial of a given number using function. |
8 | Computer | Write a program to demonstrate basic data type in python. |
9 | Computer | Write a program add.py that takes 2 numbers as command line arguments and prints its sum. |
10 | Computer | Write a Program for checking whether the given number is an even number or not. Using a for loop. |