Go Semantics Supplemental Interview Question-Answer Part – 2
Q.1 Which function is used to create custom errors? A. errors.New() B. errors.Make() C. errors.build() D. errors.Create() Ans : errors.New() Q.2 What is the kind of the data in the code snippet type employee struct? A. employee B. …
Go Semantics Supplemental Interview Question-Answer Part – 2 Read More »