Computer Science, asked by rohanjha980, 8 months ago

what are basic syntax in C language​

Answers

Answered by Anonymous
8

Answer:

The C basic syntax consists of header files, main function, and program code. This is the most fundamental structure in the C program. A C program necessarily consists of the main function because the execution of the program starts from this line. Without the main function, the program execution does not start.

Similar questions