hello world program in c
Answers
Answered by
0
Answer:
Here we will write two C programs to display Hello World on the screen. In the first program we are displaying the message using printf function and in the second program we are calling a user defined function and that function displays the Hello World message on the screen.
Similar questions