Select all the correct properties of the three functions: fmt.Fprint(), fmt.Fprintln() and fmt.Fprintf().
Writing data to files
Difference between fmt.Fprint() functions
Report a typo
Choose one or more options for each row
| Allows the use of formatting verbs | Returns the number of bytes written | Returns an error | Automatically adds a new line | |
|---|---|---|---|---|
fmt.Fprint() | ||||
fmt.Fprintln() | ||||
fmt.Fprintf() |
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.