answersLogoWhite

0

You need to #include the header file that contains the missing function's declaration.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the function of square root in C programming?

it is sqrt in header math.h


What does conioh in programming mean?

conio.h is a library function which is predefined in the header file and 'clrscr();','getch();' and many other functions come under this.


What is meant by function header in java?

That means, the header of a function. The header is the top part, before the opening braces.


Header files in Java programming?

Java does not require header files like C/C++.


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


How many header are using in c programming?

No explicit limit, you can use so many header files as you want.


Are header and documentation the same thing in c programming?

Yes.


Which header file must be included to use the function pow?

The std::pow() function can be found in the <cmath> header.


The fields in TCP header that are missing from UDP header?

The sequence number, acknowledge number, and Window fields.


What is the correct order for PDU encapsulation?

Frame Header - Network Header - Transport Header - Data - Frame Trailer


What is the header in C programming language?

A haeder is a text-file, meant to include (#include) into a source-file. Usually it contains variable and function declarations, constants, type-definitions, documentation.


What is the use of header files as used in C programming?

Header files are used to have declarations. It is simple to include a single header file than writing all the needed functions prototypes.