COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is not the operations of Character String in a programming languages?
|
Relational operation
|
|
Formatting for input-output
|
|
Substring selection
|
|
Composed of an ordered sequence of strings
|
Explanation:
Detailed explanation-1: -strchr is not a string function.
Detailed explanation-2: -The string operations include concatenation, scanning, substringing, translation, and verification.
Detailed explanation-3: -2. String operation such as strcat(s, t), strcmp(s, t), strcpy(s, t) and strlen(s) heavily rely upon.
Detailed explanation-4: -A character string is a series of characters represented by bits of code and organized into a single variable. This string variable holding characters can be set to a specific length or analyzed by a program to identify its length.
There is 1 question to complete.