• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back
strcmp
Case sensitive comparison of two strings
strncmp
Case sensitive comparison of the first n characters in two strings
strcmpi
Case insensitive comparison of two strings
strncmpi
Case insensitive comparison of the first n characters in two strings
isspace
The function will return a logical array the same shape as the character array input argument. The output array indicates where the characters in the input argument correspond to whitespace (0s identify locations where the character in that location does not correspond to a whitespace character and 1s identify the locations where the character in that location does correspond to a whitespace character). The logical output array may be used for position-based indexing into the input argument.
deblank
The function deblank removes trailing blanks (spaces and all other whitespace
characters)
rats
displays as a rational fraction