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 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 reverse an array in place using pointers

Categories: Pointers. No Comments on C program to reverse an array in place using pointers

In this article we will learn to implement a C program to reverse an array in place using pointers. A C program is provided below to reverse the given array in place using pointers. Program is as follows: 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 arrays using pointers

Categories: Pointers. No Comments on C program to compare two arrays using pointers

In this article we will learn to implement a C program to compare two arrays using pointers. A C program is provided below for reading two arrays and comparing them using pointers.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: […]

Read the rest of this entry »

C program to reverse the given string using a pointer

Categories: Pointers. No Comments on C program to reverse the given string using a pointer

In this article we will learn to implement a C program to reverse the given string using a pointer. A C program is provided below for reversing a given string using a pointer.   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 »