Explain string types?

devquora
devquora

Posted On: Feb 22, 2018

 

The string types represent the set of string values, and the string values are the sequence of bytes.
And, once a string is created it is impossible to change it.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Golang Programming Interview Questions

    What is GO?

    It is an open source programming language makes the programmers build a simple, reliable and efficient software easily...

    Golang Programming Interview Questions

    What are the structures of syntax in GO?

    In GO programming language the syntaxes are specified using EBNF (Extended Backus-Naur Form) Production = production na..

    Golang Programming Interview Questions

    Explain workspace in GO?

    A code has to be kept inside a workspace GO. A workspace is defined as a directory hierarchy with three directories. pk..