Apple interview question

Different between a task and function in SV

Interview Answers

Anonymous

Mar 20, 2024

Task consumes simulation time, while function does not

Anonymous

Mar 11, 2025

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