Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Introduction to C Programming Language

Introduction to C Programming Language

Categories: C Programming. No Comments on Introduction to C Programming Language

This article provides a comprehensive introduction to C programming language which is the base for many other programming languages. This article is a part of C programming tutorial for beginners.   What is C Programming? C is used for developing operating systems which are system software and also used to create application software. Hence, C […]

Read the rest of this entry »
Basic Programming Terminology

Basic Programming Terminology

Categories: Programming. No Comments on Basic Programming Terminology

In this article we will learn about the basic programming terminology which include the basic terms every programmer should know before learning any programming language. If you have not yet read, learn what is an algorithm and flowchart.   Before going to start reading this article, see our complete C programming tutorial for beginners.   Language […]

Read the rest of this entry »
Flowchart

Flowchart Symbols in Computer Programming

Categories: Programming. No Comments on Flowchart Symbols in Computer Programming

This article provides a comprehensive overview of flowchart symbols in computer programming along with examples.   Before going to start reading this article, see our complete C programming tutorial for beginners.   Flowchart   The fundamental or basic symbols used in a flowchart are:   Start/Stop symbol This symbol looks like a flat oval. Only one […]

Read the rest of this entry »