answersLogoWhite

0

returntype name ( parameters )

statementblock

if there is no returntype or parameters, 'void' is used instead.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are user-defined functions?

User-defined functions are functions that are not provided by the language itself. They are the functions that you yourself write or that are provided for you by a third-party.


What is user exceptions?

user defined exception is created by user such as arthmetic,number format exception ...


What is use of user defined data in c?

to create user defined functions the user defined data is needed nd its useful to the programmer to create its own data.


Is the main function in C a built-in function or user-defined function?

The main function in C is user-defined. Built-in functions are simply those that do not require a library to be included, but every program must provide a user-defined point of entry; it cannot be built-in. Indeed, most functions in C are user-defined; the built-in functions are mostly operators rather than functions although most do behave like functions. The standard library functions are not built-in either; they all require the inclusion of the appropriate standard library header.


What is the difference between predefined functions and user defined functions?

Predefined functions are built-in functions provided by a programming language or software application for common tasks, such as mathematical calculations or string manipulation. User-defined functions are functions created by the programmer to perform specific tasks tailored to the program's requirements. Predefined functions are readily available and can be used without additional coding, while user-defined functions require the programmer to define the function's behavior and implementation.


Which is used to create and debug user-defined functions?

Editor and debugger.


What is the difference between pre defined functions and user defined functions?

Predefined functions are functions that have been written and we can use them in our C++ statements. But we must know how to use each of these predefined functions.


What does the word computer application mean?

It is a software or program designed to allow a user to perform a veriety of coordinated user defined functions


What Difference between built-in function and user define function?

Built-in functions are functions that are provided for you by the standard includes. User-defined functions are those that you write yourself. Third-party functions are those that are written for you, but that are not provided by the standard includes.


Is a header file a collection of built in functions that help in writing c programs?

No. There are no built-in functions in C, there are only built-in types and built-in operators for those types. All functions are user-defined, including those defined by the C standard library. There are no user-defined operators in C, but you can implement operators as named functions if required. A header file (*.h file) typically contains a group of related user-defined function and/or user-defined type declarations which can be included in any source file that requires them. Every user-defined function or user-defined type name used by a program must have one (and only one) definition, usually contained in a corresponding source file (*.c file) or library file (*.lib file). Built-in types and their corresponding operators do not require a header file since they are part of the language itself (hence they are built-in).


How many types of functions are supported by VB?

Visual Basic (VB) supports several types of functions, including standard functions, user-defined functions, and built-in functions. Standard functions include mathematical, string, and date functions that are available in the language. User-defined functions allow developers to create custom logic to be reused throughout their code. Additionally, VB supports event procedures, which are a type of function that responds to events in a program.


Why do you write programming languages?

To perform Specific Tasks Using Mathematical, Logical and some other specail inbuilt functions and user defined functions.