Write a c programming structure to define the following record which contain: character array of size 45 containing the name integer number containing the age floating-point number contain GPA pointer...


Write a c programming structure to define the following record which contain:



  1. character array of size 45 containing the name

  2. integer number containing the age

  3. floating-point number contain GPA

  4. pointer for the next node


the expected outcome is like the picture


Element<br>Field<br>Value<br>Неad<br>Next:<br>First<br>Address:<br>Name:<br>Marks:<br>G.P.A:<br>Next:<br>Second<br>Address:<br>Name:<br>Marks:<br>G.P.A:<br>Next:<br>Tail<br>Address:<br>Name:<br>Marks:<br>G.P.A:<br>Next:<br>(nil)<br>

Extracted text: Element Field Value Неad Next: First Address: Name: Marks: G.P.A: Next: Second Address: Name: Marks: G.P.A: Next: Tail Address: Name: Marks: G.P.A: Next: (nil)
Mathew<br>Megan<br>nicholas<br>Start<br>15<br>3.36<br>2.65<br>3.99<br>25<br>20<br>

Extracted text: Mathew Megan nicholas Start 15 3.36 2.65 3.99 25 20

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here