Create your own HEADER files in C | 😎🤨🔴

preview_player
Показать описание
In this short video I'm showing how to take a function out of your C program and add it in a separate header file. Include this file by specifying the path and full name of the file, and you can use the function in your program. I upload programming videos and tutorials, mostly explaining in Assamese. c, c++, html, css, javascript, python and many more languages will be covered in this channel.
Рекомендации по теме
Комментарии
Автор

this is wrong, header file is supposed to only have the declaration of the function and not the prototype or the actual function itself.

InfamousKoala