give the basic structure of c program ? long answer
Answers
Answered by
7
Explanation:
Parts of C program-
int main() – This is the line from where the execution of the program starts. The main() function starts the execution of any C program. { (Opening bracket) – This indicates the beginning of any function in the program (Here it indicates the beginning of the main function).
Answered by
4
Answer:
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.
HOPE THIS ANSWER HELPS YOU...
Similar questions
CBSE BOARD X,
2 months ago
Business Studies,
2 months ago
English,
2 months ago
Science,
5 months ago
Social Sciences,
11 months ago
English,
11 months ago