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.

C Programming Basics Video Lectures

Categories: C Programming Videos. 6 Comments on C Programming Basics Video Lectures

This article provides a collection of C Programming basics video lectures created by Suryateja Pericherla.   Note: Please wait 10 to 30 seconds to let the videos load from Youtube. Introduction to C Programming Language   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if […]

Read the rest of this entry »

Computer Basics Video Lectures

Categories: C Programming Videos. No Comments on Computer Basics Video Lectures

This article provides a list of computer basics video lectures created by Suryateja Pericherla.   Note: Please wait 10 to 30 seconds to let the videos load from Youtube. What is a Computer and Block Diagram of a Computer Hardware and Software Types of Computers Based on Portability   Subscribe to our monthly newsletter. Get notified […]

Read the rest of this entry »
C Programming tutorial for beginners banner

C Programming Tutorial for Beginners

Categories: C Programming. 29 Comments on C Programming Tutorial for Beginners

This C programming tutorial for beginners created by startertutorials provides all the basics of c programming language beginning from the fundamental concepts and gradually building your way to more advanced programming concepts.   About C Language Now, let’s learn some basic things about C programming language.   Subscribe to our monthly newsletter. Get notified about […]

Read the rest of this entry »

C program to read and print a matrix using pointers

Categories: Pointers. 1 Comment on C program to read and print a matrix using pointers

In this article we will learn to implement a C program to read and print a matrix using pointers. A C program is provided below to read and print a matrix using pointers and dynamic memory allocation.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this […]

Read the rest of this entry »

C program to compare two strings without using library function

Categories: Strings. No Comments on C program to compare two strings without using library function

In this article we will learn to implement a C program to compare two strings without using library function. A C program is provided below to compare two strings without using predefined function. Program is as follows: Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field […]

Read the rest of this entry »

C program to concatenate two strings without using library functions

Categories: Strings. No Comments on C program to concatenate two strings without using library functions

In this article we will learn to implement a C program to concatenate two strings without using library functions. A C program is provided below to join or concatenate two strings without using predefined function like strcat. Program is as follows: Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email […]

Read the rest of this entry »

C program to copy one string to another

Categories: Strings. No Comments on C program to copy one string to another

In this article we will learn to implement a C program to copy one string to another. A C program is provided below to copy one string to another without using predefined function strcpy.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re […]

Read the rest of this entry »

C program to find the length of a string without using strlen

Categories: Strings. No Comments on C program to find the length of a string without using strlen

In this article we will learn to implement a C program to find the length of a string without using strlen. A C program is provided below to find length of a string without using predefined function.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this […]

Read the rest of this entry »