List of questions
Related questions
Question 53 - CBDE discussion
View and Pure Functions:
A.
a function marked as pure can change the state, while a view function can only return static calls.
B.
a function marked as view can never access state variables, while pure functions are here to return only one value.
C.
a view function can access state variables, but not write to them. A Pure function cannot modify or read from state.
Your answer:
0 comments
Sorted by
Leave a comment first