Posts

Showing posts with the label Introduction

Structure Learning for both novices and advanced programmers

Image
This blog has been migrated to learn c programming for beginners Structure The meaning of structure is the quality of being organized in general term. To understand the structure in programming language you must be able to link it with general meaning 1) How can we link it with general meaning? 2) What is structure in c? In programming structure is the collection of various data of different data type. We can connect it with the class of java or other OOP language. As class has object which have property and method, But here we have an object and its property or value. Structure helps to bring real physical object into virtual computer world. A simple structure can be Student with property 1) Name 2) Roll number 3) Age etc. 1) How structure is different from array and variable? 2) What is advantage of structure? Structure is used for data handling operation. It can be good to think that there are already other syntax that can handle data, then why is the need of St

C- Computer programming language-field of study

Image
C- Computer programming language-field of study C- Computer programming language-field of study After reading this tutorial  ,  you will be able to : >> Define software and programming language >> Have knowledge about type of software and programming language >> Have knowledge about advantage and disadvantage of different programming language CONTEXT: Software Type of software System Software Application Software Programming language Types of programming language Low level high level Software Wikipedia describe software as " Computer software also called a program or simply software is any set of instructions that directs a computer to perform specific tasks or operations " .In simple word software is a set of coded commands or programs that tells a computer what tasks to perform.It consists of computer programs, libraries and related non-executable data (such as online documentation or digital media) Types of So