brooklynzen8244 brooklynzen8244
  • 22-08-2019
  • Computers and Technology
contestada

. Write a code to define a linked list node using the above defined structure student (i.e. the data of the node is a student structure).

Respuesta :

ExieFansler ExieFansler
  • 26-08-2019

Answer:

struct node{

   student data;

   node* next;

};

Explanation:

The above written is the segment of code is the structure of node of the linked list.The data of the node is type student.So the data of the node of the linked list will consist of the student details and the next is the pointer which holds the address of the next node.

Answer Link

Otras preguntas

What is meant by referring to “total war?”
Who is Apophis inEgyptian mythology
Which is a point mutation? frameshift insertion deletion missense
Write two functions:a function named sum which takes two integer values as arguments, and returns their sum.a main function which asks the user for two integer
for the battle of Antietam what is Lee's strategy in this battle??
Explain the central idea of RAT, MEET HUMAN: THE BRAIN-TO-BRAIN INTERFACE
Cytosine makes up 38% of the nucleotides in a sample of dna from an organism. approximately, what percentage of the nucleotides in this sample will be thymine?
A midterm election is an election for
Why should the EMT check the level of consciousness before beginning CPR?
If there is 8g of a substance before physical change how much will there be afterwards