TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3812
To review
13
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3812
To review
13
19 questions
Easy
5 votes372 runs0 comment
Write a Go program that prints 1 if test is true, and 0 otherwise.
Communauté W3Dat Nov 29, 2021
Easy
2 votes402 runs0 comment
Declare a variable of type int64 and containing the value 42 in Go
Communauté W3Dat Feb 17, 2022
Easy
0 vote381 runs0 comment
Write a Go program that prints the string "Hello World" to the console.
Communauté W3Dat Jan 30, 2023
Easy
0 vote378 runs0 comment
What is the default value of a variable in Go?
Communauté W3Dat Nov 29, 2021
Easy
0 vote368 runs0 comment
What are the two files that are created when you run go mod init?
Communauté W3Dat Nov 29, 2021
Easy
0 vote364 runs0 comment
Write a Go program that prints the numbers from 1 to 10
Communauté W3Dat Nov 29, 2021
Medium
0 vote352 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 vote351 runs0 comment
Medium
0 vote351 runs0 comment
What is the type of the first character of a string in Go?
Communauté W3Dat Nov 29, 2021
Medium
0 vote234 runs0 comment
Which data type can store any value in Go?
Nick LAM YEE MANat Dec 22, 2022
Easy
0 vote58 runs0 comment