Login
Remember
Register
User john ganales
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by john ganales
0
votes
1
answer
The select statement is similar to switch statement?
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
0
votes
1
answer
______ function is used to ignore incoming OS signals.
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
functio
0
votes
1
answer
______ help in organizing the code, and also help in reusability of certain functions of a code in other programs.
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
code
0
votes
1
answer
Tree and Graph are which type of data structure?
asked
Jul 14, 2022
in
Go Semantics Supplemental
tree
graph
semantics
0
votes
1
answer
Which command is used to complie and run a Go program?
asked
Jul 14, 2022
in
Go Semantics Supplemental
go-program
semantics
0
votes
1
answer
Which Searching Algorithm compares the search element with the middle element of the list?
asked
Jul 14, 2022
in
Go Semantics Supplemental
searching-algo
semantics
0
votes
1
answer
________ Tree is a binary tree which has maximum possible number of nodes.
asked
Jul 14, 2022
in
Go Semantics Supplemental
binary-tree
semantics
0
votes
1
answer
______ is the ability to quickly switch between different tasks execution so that it seems all the tasks are running simultaneously?
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
function
0
votes
1
answer
Which sorting algorithm uses divide and conquer principle to divide the list to single elements?
asked
Jul 14, 2022
in
Go Semantics Supplemental
sort
semantics
0
votes
1
answer
The ______ package has functions for unit testing of the codes.
asked
Jul 14, 2022
in
Go Semantics Supplemental
testing
semantics
0
votes
1
answer
Which function of the reflect package is used to create a new value?
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
function
0
votes
1
answer
Which command is used to run the tests in go
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
0
votes
1
answer
________ keyword in Go is similar to the final keyword in other languages.
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
0
votes
1
answer
Which package contains the main package?
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
package
0
votes
1
answer
What is the kind of the data in the code snippet type employee struct?
asked
Jul 14, 2022
in
Go Semantics Supplemental
code-snippet
semantics
0
votes
1
answer
Which function is used to create custom errors?
asked
Jul 14, 2022
in
Go Semantics Supplemental
semantics
function
0
votes
1
answer
Go Semantics Supplemental Questions and Answers
asked
Jul 13, 2022
in
Go Semantics Supplemental
go-programming
semantics
supplimental
0
votes
1
answer
wait group struct types are present in which package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
semantics
wait
0
votes
1
answer
Channels have a _______ associated with them.
asked
Jul 13, 2022
in
Go Semantics Supplemental
semantics
type
0
votes
1
answer
The Println() and Scanln() are a part of which package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
println
scanln
semantics
0
votes
1
answer
________ are a medium for communication between goroutines.
asked
Jul 13, 2022
in
Go Semantics Supplemental
semantics
0
votes
1
answer
Channels can be of two types ______ and _____ ?
asked
Jul 13, 2022
in
Go Semantics Supplemental
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
recover
semantics
0
votes
1
answer
Go programming has a try…catch block?
asked
Jul 13, 2022
in
Go Semantics Supplemental
go-programming
semantics
0
votes
1
answer
Concurrency and parallelism are the same?
asked
Jul 13, 2022
in
Go Semantics Supplemental
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
semantics
process
0
votes
1
answer
What are the functions present in the errors package?
asked
Jul 13, 2022
in
Go Semantics Supplemental
semantics
function
0
votes
1
answer
Which go package is used to handle os signals?
asked
Jul 13, 2022
in
Go Semantics Supplemental
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
semantics
source-code
0
votes
1
answer
Which keyword is used to convert functions into goroutines?
asked
Jul 13, 2022
in
Go Semantics Supplemental
semantics
keyword
Page:
« prev
1
...
47
48
49
50
51
52
53
54
55
56
57
...
83
next »
...