In c to create a function which is not in the main source I should put the library I mean the # include... | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

In c to create a function which is not in the main source I should put the library I mean the # include...

C

5th Mar 2019, 4:01 PM
Jeannot Richecarde
Jeannot Richecarde - avatar
2 ответов
+ 2
So to create a function we must put the library
5th Mar 2019, 4:44 PM
Jeannot Richecarde
Jeannot Richecarde - avatar
+ 1
We will #include<>, To access standard functions that are already implemented as a part of library. Ex- printf() is a library function realized in 'stdio.h'. So, to access function '' printf() ", we shall put #include <stdio.h >
5th Mar 2019, 4:38 PM
Kuri
Kuri - avatar