Interview What is difference between value type and reference type in Swift? In Swift there are certain types called value types and others are called reference types. Struct, String,…