C language

C provides the fundamental control flow constructs required for well structured programs – statement grouping, decision making, selecting one of a possible cases etc. Functions may return values of basic types, or structures, unions, or pointers.Any function may be called recursively.

Leave a Reply