C - Language Algorithm : A finite set of st…
1. Print Hello World Code : #include<stdio.h> main() { printf("Hello World\n")…