answersLogoWhite

0

Well, it depends on what you mean by the type of a function.

There are user defined functions and library functions.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is meant by function declaration in C language?

The name of the function is established by what is called function declaration. It also establishes the number and the types of parameters.


Who many in built function in c?

Zero.


What can a function be defined as?

Definition: By function We Means In C which Perform Some Specific Task..e.g Print Scan etc. The function Should Inclosed of Parantheses. There Are two Types Of Function 1.User Define Function 2.Built in function


Is there a difference between linear equations and functions?

A linear equation IS a function. A function can look like X2+X+C, or X3+0, or X+Y+C, or many other ways. The function X+Y+C is a function in two variables, and can be a linear equation.


How can use a function in c without declaration?

The syntax for a function declaration in C is:return-type function-name(list-of-parameter-types);The following example declares a function that takes an int type parameter and returns an int.Example:int myFunction(int);


Basic structure of c n c plus plus?

The basic structure of a C or C++ program is built around types. A structure is a type. A function is a type. A class is a type. All of these types can be built from primitive (built-in) types and can be used to create ever-more complex types.


What must every c program have?

A main function must be present in every C program.


How would one use the Unix time and function for C date?

One would use the Unix time and date function for a date in the C programming language to display the date and time from an application. When a user types the name of a program and date function is called a display will shown on the screen.


When you make a c program in c language then how many types class are required?

It depends on what you mean by 'types class'. Here is the shortest C program, without any 'types class': int main (void) { return 0; }


What is C and function it?

It is a letter and function it.


How many file types are avilable in C?

You can open any file with C, since it does not distinguish between file types. It's the way you read from the file.


How many categories of variables are there in C?

there r 3 types of variable in 'C' Integer Float Character