NTA UGC NET DEC-2022 Paper-1
October 6, 2023UGC NET June-2019 CS Paper-2
October 6, 2023Data-Structures
Question 26 |
Let p be a pointer as shown in the figure in a single linked list.
What do the following assignment statements achieve?
- q: = p → next
p → next:= q → next
q → next:=(q → next) → next
(p → next) → next:= q
(b) Compute the postfix equivalent of the following Infix expression
3 * log(x+1) - a/2
Theory Explanation. |
Correct Answer: A
Subscribe
Login
0 Comments