C

Program 1 : Write a program to print the following pattern.
1
                                                            121
                                                          12321
                                                        1234321
                                                          12321
                                                            121
                                                               1
Program code :


Output :

Program 2 : Write a program for finding "Permutation of a string".
Program code :


Output :

Program 3 : Ask users name and his age and then write sentence.
Program code :


Output :

Program 4 : Draw a line using graphics in c.
Program code :


Output :

Program 5 : Draw a Circle using graphics in c.
Program code :


Output :

Program 6 : Draw a Rectangle using graphics in c.
Program code :


Output :

Program 7 : Draw a star pattern in c.
Program code :


Output :

Program 8 : Write a program for finding "Digit Identification if string have any numbers".
Program code :


Output :

Program 9 : Write a program for finding "First non-repeated character in given string".
Program code :


Output :