The C Language
C is a high-level language.High-level means it is understandable by humans. c is used mostly on compiler design.c is the basic for learn other languages. I hope you all are know about the history of C language. here I give Example program of C language. #include<stdio.h> main() { printf("Hello,Welcome to Tech-Amplify.blogspot.in"); } Output of above program is: Hello,Welcome to Tech-Amplify.blogspot.in Other concepts will be discussed in further posts. Thank you All