Is go a case sensitive language?
Answer / Janeshwar Kumar
Yes, Go is a case-sensitive programming language. Identifiers (variable names, function names, etc.) are treated as case sensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does go support generic programming?
What is the usage of continue statement in go programming language?
What is default value of a global variable in go?
What is type assertion in go?
How to swap two values in golang?
How can you distribute tasks in go to different machines?
Does go (golang) support operator overloading?
What is goroutine in go programming language?
What is gopath environment variable?
Who is known as the father of go programming language?
Explain why type assertion is used in go language?
Does golang support operator overloading?