Currently browsing category

C Programming, Page 2

Includes posts related to C programming

Control Structures in C programming

C Programming – Control Structures

Control Structures – C Programming Being human we perform different sets of actions in our daily life. We take decisions by evaluating certain parameters. If it is raining outside, then I would take an umbrella. If the highway is busy I would take a diversion. If I like this post …

Structure of C Program

Structure of C Program

Structure of C Program Even program in C language are written using different compilers, a good programmer follows a pre-planned structure to write a program. One can have their own way of writing programs. In this article I have summarized a simple structure for writing a program in C. Structure …

Cover Picture C Programming

C Programming; Advantages and Disadvantages

What is C? C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972. Dennis Ritchie wrote and designed it. In the late seventies C began to replace the more familiar languages of that time like PL/I, ALGOL, etc. no one pushed C. It wasn’t …

Cover Picture C Programming

Data types used in C Programming

Data types used in C Programming A data type defines a set of values that a variable can store along with a …

Elements of C Programming

As every language have some grammatical rules and basic elements. Before understanding programming it is must to know the basic elements of …