Delhi
    Posted: 1 month ago by Teacher
    Shortlist

    string functions in c DotNetTricks

    Language
    English
    Locality
    Adarsh Nagar (Delhi Rd)
    Reply
     

    Description for "string functions in c DotNetTricks"

    String is an object that represents a group or a sequence of characters. String is represented as a one-dimensional array of characters and ends with a \0 (null character). String is defined in the same way as the other data types (integer, character). The first step will be to declare a string variable and then assign a value to the variable.
    https://www.dotnettricks.com/learn/cpp/strings-functions-ex
    amples