Computer Science, asked by divyamerugu9999, 6 months ago


insert(Q,k)
{
createNode(k);
new->next = 0;
Q->next new;
}
new =
2-31
Ο Νο
Next
Q;
delete(Q)
{
if(Q==null)
{
print("Empty Queue");
return;
}
temp
while(temp->next!=null)
{
prev=temp;
temp=temp->next;
}
prev->next = null;
return temp->data;
}​

Answers

Answered by pj0311963
1

Answer:

reverse the elements 3-2-1-NULL

Answered by abdulraziq1534
0

Concept Introduction:-

In grammar, the verb is the word which describes how something is an event and an action.

Explanation:-

A question has been provided to us

We need to find the solution to the question

Reverse the elements 3-2-1-NULL. PHP PHP does not come with a built-in null() method. It is called is null (). and the distinction between is null() and empty() is empty — Check to see if a variable is empty. If the variable is an empty string, false, array(), NULL, "0?, 0, or an unset variable, it will return true. is null — Determines if a variable is NULL. Only when the variable is null does it return true. The distinction between isset() and is null() is that the former only applies to declared variables, whereas the latter does the opposite.

Final Answer:-

The correct answer is Reverse the elements 3-2-1-NULL.

#SPJ2

Similar questions