TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3812
To review
10
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3812
To review
10
19 questions
Easy
5 votes364 runs0 comment
Write a Go program that prints 1 if test is true, and 0 otherwise.
Communauté W3Dat Nov 29, 2021
Easy
2 votes394 runs0 comment
Declare a variable of type int64 and containing the value 42 in Go
Communauté W3Dat Feb 17, 2022
Easy
0 vote373 runs0 comment
Write a Go program that prints the string "Hello World" to the console.
Communauté W3Dat Jan 30, 2023
Easy
0 vote370 runs0 comment
What is the default value of a variable in Go?
Communauté W3Dat Nov 29, 2021
Easy
0 vote360 runs0 comment
What are the two files that are created when you run go mod init?
Communauté W3Dat Nov 29, 2021
Easy
0 vote356 runs0 comment
Write a Go program that prints the numbers from 1 to 10
Communauté W3Dat Nov 29, 2021
Medium
0 vote344 runs0 comment
Write a Go program that prints the following lines to the console: line 1, line 2, line 3, line 4
Communauté W3Dat Nov 29, 2021
Medium
0 vote343 runs0 comment
Medium
0 vote343 runs0 comment
What is the type of the first character of a string in Go?
Communauté W3Dat Nov 29, 2021
Medium
0 vote226 runs0 comment
Which data type can store any value in Go?
Nick LAM YEE MANat Dec 22, 2022
Easy
0 vote50 runs0 comment