Similar Collections


This study list contains the basic programs of Golang (Go programming language) like printing text, reading values, programs based on the basic operators, etc.

questions

Title
Golang program to find the largest number among three numbers
Golang program to convert the Fahrenheit to Celsius
Golang program to convert the Celsius to Fahrenheit
Golang program to demonstrate the bitwise Left Shift (<<) operator
Golang program to demonstrate the bitwise Right Shift (>>) operator
Golang program to demonstrate the BITWISE AND (&) operator
Golang program to demonstrate the BITWISE OR (|) operator
Golang program to demonstrate the BITWISE XOR (^) operator
Golang program to demonstrate the NOT (!) operator
Golang program to calculate the area of the circle
Golang program to calculate the perimeter of the circle
Golang program to calculate the area of the Rectangle
Golang program to demonstrate the \'const\' keyword
Golang program to demonstrate Sizeof() operator
Golang program to demonstrate the \'defer\' keyword
Golang program to demonstrate the \'defer\' keyword to add two numbers
Golang program to print the type of specified variable using format specifier in printf() function
Golang program to print the binary value of a specified number using format specifier in printf() function
Golang program to print the octal value of a specified number using format specifier in Printf() function
Golang program to print the hexadecimal value of a specified number using format specifier in printf() function
total questions: 50

Questions

50

Views

503

Best Answers

299

Points

5