Computer Science, asked by ishitaundhad9, 4 months ago

example basic structure of c​

Answers

Answered by kishore7869
1

Explanation:

Parts of C program-

int main() – This is the line from where the execution of the program starts. ... printf(“Hello World”) –The printf() command is included in the C stdio. h library, which helps to display the message on the output screen. getch() – This command helps to hold the screen.

Answered by ajha22480
9

Explanation:

Parts of C program-

int main() – This is the line from where the execution of the program starts. ... printf(“Hello World”) –The printf() command is included in the C stdio. h library, which helps to display the message on the output screen. getch() – This command helps to hold the screen.

Similar questions