answersLogoWhite

0

Basic structure of a C program is /* Documentation section */ /* Link section */ /* Definition section */ /* Global declaretion section */ /* Function section */ (return type) (function name) (arguments...) void main()

{

Declaration part Executable part (statements)

} /* Sub-program section */ (return type) (function name 1) (arguments...) (return type) (function name 2) (arguments...) .

.

. (return type) (function name n) (arguments...) Basic structure of a C program is /* Documentation section */ /* Link section */ /* Definition section */ /* Global declaretion section */ /* Function section */ (return type) (function name) (arguments...) void main()

{

Declaration part Executable part (statements)

} /* Sub-program section */ (return type) (function name 1) (arguments...) (return type) (function name 2) (arguments...) .

.

. (return type) (function name n) (arguments...)

User Avatar

Hermann Hilpert

Lvl 10
3y ago

What else can I help you with?

Related Questions

Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Why is c structured programming language?

Because it supports the three basic programmic structure: sequence, selection, iteration.


What are examples of objected programming language?

C++C#EiffelJavaSmalltalkVisual Basic


What is the advantage of c over c?

c is the basic for all computer programming languages.All basic programs are also written in C.


What are example of programming software?

c,c++,b,BASIC,Python,Java,Visual C, Visual C++ and visual basic


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


Basic control structure available in c plus plus?

The basic control structure in C++ is the if statement.


What do you mean by non primitive data structure in C programming?

What do you mean by searching in data structure in C.?


Distinguish between C programming and BASIC programming?

C is a systems language for precise, concrete development. BASIC and its derivatives are teaching and prototyping languages for rapid, abstract development.


Which programming structure is contained in every Visual Basic procedure?

Every procedure in a Visual Basic program contains the sequence structure.


What is object in c sharp?

An object is a type of data structure. It's one of the most basic concepts in object-oriented programming (as you might guess from the name).


What are three fundamental types of programming?

Basic, Fortran, and C