 
                 
                InterviewSolution
| 1. | #include int main (){printf ("Hello World");return 0;}xplan this | 
| Answer» ing C ProgramBy seeing the program, we can conclude that the program has been written using C. In every new programming language program generally start with "Hello World!". This is the SIMPLE program.Before we understand the Program step-by-step, let's first know that what is C programming language and also look at once that how the output will come from the program.C is a computer programming language, it was developed by Ken Thompson and Dennis, it was developed in early 1970s at Bell labs, it was developed to do computer Programming.The output of the given program would be like this:Hello WorldExplanation of C ProgramGiven program:#INCLUDE | |