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!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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