Город МОСКОВСКИЙ
00:13:51

How To Return A String From A Function | C Programming Tutorial

Аватар
Чистота и эстетика
Просмотры:
26
Дата загрузки:
17.11.2023 05:37
Длительность:
00:13:51
Категория:
Обучение

Описание

How to return a string from a function using C. Methods covered include returning a pointer to a string literal, using pass by reference (i.e. pass by pointer) to effectively "return" a string, and returning a pointer to a dynamically allocated string. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/return_a_string.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!

Рекомендуемые видео