Computer Science, asked by pitusharma1405, 2 months ago

give the basic structure of C languge​

Answers

Answered by hassanalihassanali06
7

Answer:

C language is a language which is used to make program. so it's called C language or Programing language "

Main structure and function

C language or program to have the main function. Contain two parts.

Declearation part

Exclusion part.

In declearation part all the variable are declared

and in execusionsection curly brackets ,and curly closed bracket are present at the and Both parts are inside the curly braces.

Main structure Program.

Int main(void)

{

int a=10

print f("%d",a)

return0:

}

as an example

Marked me brilliant

Similar questions