Write a program to access elements using pointer

Write a program to access elements using pointerIn this program, we will learn to create a C program that will Access Elements of an Array Using Pointer using C programming.PrerequisitesBefore...
April 10, 2022

Write a C program to print the address of character and the character of string using pointer

Write a C program to print the address of character and the character of string using pointerIn this program we are going to print address of character and...
April 03, 2022

Write a C program to swap the two values using pointers

Write a C program to swap the two values using pointersMethod 1.In this program we are going to swap two numbers using pointers. The pointer will be used...
March 17, 2022

Write a program to print address of variable using pointer

In this tutorial, we will learn about how to create a program in C that prints address of any variable. At last we will also learn about printing an...
January 17, 2022

C Program to Read Students Record and Print it on Screen

Design a structure student_record to contain name, branch and total marks obtained. Develop a program to read data for 10 students in a class and print themIn this...
December 23, 2021

Define a structure called cricket that will describe the following information

Define a structure called cricket that will describe the following informationPlayer nameTeam nameBatting averageUsing cricket, declare an array player with 5 elements and write a C program to...
December 20, 2021