What is Loop?
Loop are the statements in programs which are executed several times to get specified results.
A loop can created to some repetitive kind of task. Assume You have print your name 2 times?
C programming tutorials. Giving you solutions of all programs since launched, if there i any problem missing you can also mail us or tweet us.
| Q1. What is C language? Define in brief. |
| Q2. Write a program to input a string and determine it is Palindrome or not. |
| Q3. What is ASCII? Write a program to show the ASCII of ‘a’ to ‘z’. |
| Q4. What is Loop? Where it is applied? Write a program to print the following |
| * *** ***** *** * | 1 121 12321 121 1 | 54321 4321 21 1 |