Write a C program employing Pointers, in which you create a structure called Student. The structure should have three (3) members:1. Name,2. Id number, and3. Course.Create two functions: the first...

Write a C program employing Pointers, in which you create a structure called Student. The structure should have three (3) members:1. Name,2. Id number, and3. Course.Create two functions: the first function is to be called ‘initStruct’ in which you are to initialize values to the Student structure – using Pointers; the second function is to be called ‘printDetails’. You are to pass a Pointer of the Student structure to the function to have the student’s details printed out.NB** Be sure to use function prototypes.
Mar 02, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here