Login
Remember
Register
Ask a Question
Recent questions in Go Semantics Supplemental
0
votes
1
answer
The Println() and Scanln() are a part of which package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
println
scanln
semantics
0
votes
1
answer
________ are a medium for communication between goroutines.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
0
votes
1
answer
Channels can be of two types ______ and _____ ?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
channel
0
votes
1
answer
The ______ function is used to recover from a panic condition in a Go program.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
recover
semantics
0
votes
1
answer
Go programming has a try…catch block?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
go-programming
semantics
0
votes
1
answer
Concurrency and parallelism are the same?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
concurrency
semantics
0
votes
1
answer
The ______ keyword is used to delay the function call in a program, it is similar to the final keyword in other languages.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
process
0
votes
1
answer
What are the functions present in the errors package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
function
0
votes
1
answer
Which go package is used to handle os signals?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
package
0
votes
1
answer
Which go command is used to format the go source code?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
source-code
0
votes
1
answer
Which keyword is used to convert functions into goroutines?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
keyword
0
votes
1
answer
______ is used to stop the execution of the program when an error occurs?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
error
0
votes
1
answer
Which packages are used for Reading and writing into Files?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
packages
0
votes
1
answer
Data structures are basically classified as ______ and ________ type.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
data-structure
0
votes
1
answer
Which keyword is used to import packages in a Go program.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
data
0
votes
1
answer
Tree data structure is usually used to handle which type of data?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
tree-data
semantics
0
votes
1
answer
Stack data structure follow which principle
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
stack-data
semantics
0
votes
1
answer
The source code for a Go package should be inside a folder of the same name.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
0
votes
1
answer
Linked- Lists are Sequential Data structure.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
linked-list
semantics
0
votes
1
answer
Which sorting algorithm uses a pivot element and compares all other elements with the pivot?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
sorting
0
votes
1
answer
A Binary Tree has ______ branches.
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
binary-tree
0
votes
1
answer
Which package has functions to read and Write files?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
package
0
votes
1
answer
Which format specifier is used for string data type?
asked
Jul 13, 2022
in
Go Semantics Supplemental
by
john ganales
semantics
syntax
Page:
« prev
1
2
Recent questions in Go Semantics Supplemental
...