1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Andreyy89
4 years ago
11

. 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 st

ructure).
Computers and Technology
1 answer:
enyata [817]4 years ago
8 0

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.

You might be interested in
Write a C# program named DoubleDecimalTest thatdeclares and displays two variables - a double and a decimal.Experiment by assign
il63 [147K]

Answer:

whatt is this na ni??

Explanation:

4 0
3 years ago
A feature left behind by system designers or maintenance staff or that is placed by a hacker once they have compromised a system
AfilCa [17]

Answer:

Is a Back door

Explanation:

A back door is known as a way to gain access to a system by avoiding necessary authentication or encryption. This put in place by either the system's designers or hackers once the system is compromised.

5 0
3 years ago
When do you use an else statement?
tatiyna

Answer:

To tell what will happen when an if-statement is false

Explanation:

We use else statement if if-statement get false.

for example

if(a>20)

{

print "your age is greater than 20"

}

else

{

print "Your age is less than 20"

}

In the pseudo code, you see the use of else statement, that if age is greater than 20 then display message "you are age is greater than 20". if this statement get false, i.e. you are age is not greater than 20 then else statement will be executed and message will be displayed that your age is less than 20.

Why other option are not correct

To input a variable:

to get input, we use input statement of respective programming language not if-else statement.

To end an if statement

we don't use else statement to end if statement. when condition met then if statement will be ended

To handle string value

we use input validation statement to handle if statement.

8 0
4 years ago
Do you think smartphones will be useful in 5 years?
seropon [69]

Answer:

In 5 years people will be using many things created by technology

8 0
2 years ago
Waste water cannot be reversed? f or true​
katen-ka-za [31]

Answer:

yes

Explanation:

Recycling, reducing waste and reusing can prevent pollution, because it reduces the need to harvest new, raw materials. It can also help reduce greenhouse gas emissions , save energy and allows products to be used to their fullest extent while reducing waste.

5 0
3 years ago
Read 2 more answers
Other questions:
  • In databases and database-related software, which choice is not a Boolean operator?
    7·2 answers
  • From the Start screen, you can A. access recently opened Excel workbooks. B. create a document from a template. C. create new bl
    12·2 answers
  • A collection of related files that serves as a foundation for retrieving information is a: byte
    12·1 answer
  • How computational thinking skills impact software design and the quality of the software applications produced?
    10·1 answer
  • True of False - use T or F The Math class can be instantiated.
    15·1 answer
  • What is the 5 basic steps of computer programing?
    6·1 answer
  • Importancia de la química en la vida cotidiana​
    15·1 answer
  • Which option is used in Access to locate and retrieve data that may be present in multiple database tables within the database?
    8·1 answer
  • What is binary ????????
    5·2 answers
  • 11. FROM WHICH MENU WOULD YOU BE ABLE TO FIND COLUMNS? *
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!