give the basic structure of C languge
Answers
Answered by
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
Social Sciences,
1 month ago
Hindi,
1 month ago
Science,
3 months ago
Hindi,
3 months ago
Science,
9 months ago