Assignment Day-6

 

1. Write a C program to determine whether the input character is capital or small letter, digits or special symbol.




2. Write a C program for deletion of an element from the specified location of an array.



3. Write a C program to multiply two 3 X 3 Matrices.




4. Write a C program that takes an integer as input from the keyboard and display it in words. As for example, if the integer is 235, the output will be Two Three Five.

Method-1



Method-2





Comments

Popular Posts