Apple interview question

Different between a task and function in SV

Interview Answers

Anonymous

20 Mar 2024

Task consumes simulation time, while function does not

Anonymous

11 Mar 2025

task will contain all the time consuming statements but functions don't have and functions returns values but task don't