Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is string literals?



What is string literals?..

Answer / Abhay Kumar Bharti

"String literals in Go are sequences of bytes enclosed within double quotes ("). They can represent any sequence of bytes, including Unicode characters. A backslash () can be used to escape certain special characters within string literals:
for newline,
for carriage return, for tab, ' for single quote, etc.".n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Go Programming Language Interview Questions

What are methods in go?

1 Answers  


What are the several built-in supports in go?

1 Answers  


What are packages in go program?

1 Answers  


What are channels and how can you use them in golang?

1 Answers  


What are packages in go language?

1 Answers  


How to use custom packages in go language?

1 Answers  


What is slice in go?

1 Answers  


Why should one use go programming language?

1 Answers  


Does go programming language support operator overloading?

1 Answers  


What are the advantages of go?

1 Answers  


How will you document libraries?

1 Answers  


What is function closures in go pragramming?

1 Answers  


Categories