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.
Home » Programming » C Programming » Page 7

Pointers in C Porgramming

Suryateja Pericherla Categories: C Programming. No Comments on Pointers in C Porgramming

This article provides a comprehensive overview of pointers in C programming language along with useful example programs.         Since these memory addresses are the locations in the computer memory where program instructions and data are stored, pointers can be used to access and manipulate data stored in the memory.   Advantages of […]

Read the rest of this entry »

Preprocessor Directives in C

Suryateja Pericherla Categories: C Programming. 2 Comments on Preprocessor Directives in C

This article provides a comprehensive overview of preprocessor directives in C programming language along with relevant examples.   C provides many features like structures, unions and pointers. Another unique feature of the C language is the preprocessor.     The programmer can use these tools to make his program easy to read, easy to modify, […]

Read the rest of this entry »

Functions in C Programming Language

Suryateja Pericherla Categories: C Programming. No Comments on Functions in C Programming Language

This article provides a comprehensive overview of functions in C programming language along with easy to understand example programs.   Until now, in all the C programs that we have written, the program consists of a main function and inside that we are writing the logic of the program.   The disadvantage of this method […]

Read the rest of this entry »

String Manipulation in C Programming

Suryateja Pericherla Categories: C Programming. 1 Comment on String Manipulation in C Programming

In this article we will learn about String Manipulation in C Programming. We will see different examples on manipulating strings.   As we have already seen in the previously, a string is a collection of characters and strings are maintained as character arrays in C programs.     C provides predefined functions for performing all […]

Read the rest of this entry »

Strings in C Programming

Suryateja Pericherla Categories: C Programming. No Comments on Strings in C Programming

This article provides a comprehensive overview of strings in C programming language along with example programs.   Strings   In C programming,   So,   Reading and writing strings Combining strings together Copying one string to another Comparing strings for equality Extracting a portion of the string (substring)   Declaring and Initializing Strings Like variables, […]

Read the rest of this entry »

Control Statements in C Programming

Suryateja Pericherla Categories: C Programming. 3 Comments on Control Statements in C Programming

This article provides a comprehensive overview of control statements in C programming with their syntax and control flowcharts.   So far, in all the programs, the control is flowing from one instruction to next instruction. Such flow of control from one instruction to next instruction is known as sequential flow of control.   But, in […]

Read the rest of this entry »

Type Conversion and Casting in C Programming

Suryateja Pericherla Categories: C Programming. No Comments on Type Conversion and Casting in C Programming

In this article we will understand what is type conversion and casting in C programming language. First we will understand the definition followed by relevant examples of type conversion and casting.   Learn more about C basics.     Here expression refers to either a variable or value or sub expression.   They are: Implicit […]

Read the rest of this entry »
Facebook
Twitter
Pinterest
Youtube
Instagram
Blogarama - Blog Directory