About C language – A brief Introduction

about c languge

As a programming language, c is rather like Pascal or FORTRAN. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops if statements and functions. input and output can be directed to the terminal or to files. related data can be stored together in arrays or … Read more

Programming development cycle in C Language

programming development cycle in C

A program is a set of instruction to be executed by the computer to accomplish a particular task. It is a multi-step process involving identification and definition of a problem, developing computer solutions for the same and preparing a sequence of instruction that can be run on the computer. While writing a program one has … Read more