String in c
The string is a collection of characters or groups of characters, it is achieved in C language by using array character. The string in C language is a one-dimensional array of character which is terminated by a null character '\0'. In other words, the string is a collection of character which is enclosed between double cotes ( " " ).rtt`g
String in c
The string is a collection of characters or groups of characters, it is achieved in C language by using array character. The string in C language is a one-dimensional array of character which is terminated by a null character '\0'. In other words, the string is a collection of character which is enclosed between double cotes ( " " ).rtt`g
String in c
Only 9 characters can taken in a string?
जवाब देंहटाएंIs Null operator automatically store in the string?
जवाब देंहटाएंPlz tell me about this sir.
null character. Null character is a character that has all its bits set to 0. A null character, therefore, has a numeric value of 0, but it has a special meaning when interpreted as text. In some programming languages, notably C, a null character is used to mark the end of a character string.
जवाब देंहटाएं