- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Pseudocode - String Manipulation - Inbuilt Functions
Pseudocode statements of inbuilt functions of string manipulations with example -
LENGTH() - Returns the number of characters in a string
LEFT() - Returns the leftmost n characters of a string
RIGHT() - Returns the rightmost n characters of a string
MID() - Extracts a substring starting at a given position
LCASE() - Converts all characters to lowercase
UCASE() - Converts all characters to uppercase
ASC() - Returns the ASCII code of a character
CHR() - Returns the character for an ASCII code
NUM_TO_STR() - Converts a numeric value into a string so it can be concatenated, displayed, or processed as text
STR_TO_NUM() - Converts a string containing digits into a numeric value so it can be used in calculations
Видео Pseudocode - String Manipulation - Inbuilt Functions канала Study Computer Science
LENGTH() - Returns the number of characters in a string
LEFT() - Returns the leftmost n characters of a string
RIGHT() - Returns the rightmost n characters of a string
MID() - Extracts a substring starting at a given position
LCASE() - Converts all characters to lowercase
UCASE() - Converts all characters to uppercase
ASC() - Returns the ASCII code of a character
CHR() - Returns the character for an ASCII code
NUM_TO_STR() - Converts a numeric value into a string so it can be concatenated, displayed, or processed as text
STR_TO_NUM() - Converts a string containing digits into a numeric value so it can be used in calculations
Видео Pseudocode - String Manipulation - Inbuilt Functions канала Study Computer Science
Комментарии отсутствуют
Информация о видео
7 февраля 2026 г. 23:42:25
00:06:27
Другие видео канала
