Create Your Own strspn() Function | C Programming Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Your videos of how to create user functions similar to those in the standard library are really informative. They really help one to see how the functions are actually defined behind the hood. Subscribed

sammymoruri
Автор

Amazing work you are putting in. Really appreciate it👍🏽. Subscribed

ridhwanbakare
Автор

Your videos are amazing. Please could you make a video showing how the methods/processes involved in solving a programming question just like the one you just did? Perhaps the question came thus: create a function that returns the length of a prefix substring. I observed that before you started writing any code you had outlined the steps you would take, I found that amazing, because I struggle with it, sometimes I outline the solution well but difficulty comes in writing the code. I get hooked at places. It's even more painful to see that the solution is just composed of the basic concepts

habeebdindi
Автор

function strcspn doesn't return i value but the result is still correct 5 it makes me confused

tuyeto
Автор

Please help me with this

A program is required to calculate the amount of paint needed for painting a fence. The program assumes that 1 litre of paint covers 5 m2 and that the user is able to input the height and the length of the fence.

lustrals
Автор

Do you know any function that is similar to kbhit() from conio.h ?

Parzival-IOI
Автор

how can we code our own strtok please can you make this?

kidsfriends