answersLogoWhite

0


Best Answer

FUNCTION IN C IS DEFINED AS THE METHOD WHICH IS USED TO SOLVE THE COMPUTATIONAL PROBLEM. AND THE FUNCTON CAN BE CALLED IN ANYWHERE IN THE PROGRAM MODULE. STEPS TO DECLERE THE FUNCTION 1.FUNCTION PROTOTYPE 2.FUNCTION DECLARETEION 3.FUNCTION DEFINATION 4.FUNCTION CALL 5.FUNCTION RETUN.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would you explain functions in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain the derivative functions of money?

Explain the derivative functions of money?


How would you explain logarithmic converter?

Logarithmic functions are converted to become exponential functions because both are inverses of one another.


Explain briefly the different functions of human resource management?

define hrm briefly explain various functions of hr


Can there be friend functions in c plus plus?

Yes, there can be friend functions in C++.


What are the in-built function in c plus plus?

C++ built-in functions are those functions that are provided for you as part of the language itself, and includes all of the C standard library functions (all of which were inherited from C) and is expanded upon by the C++ standard template library. C++ implementors may provide additional functions that are platform-specific, however these are not considered built-in functions becuase C++ is a cross-platform language. These are best described as 3rd party functions. The functions you yourself write are known as user-defined functions.


What is the importance of using functions in a c program?

C programs do not function without functions.


Functions of database manager in Database management system. explain the functions with example.?

functions of DBA in DBMS


How you describe operations of stack ADT using c template functions?

No, because C does not support the concept of template functions. Template functions only exist in C++, never in C.


What are two functions of the cili?

Explain cili


Explain the functions of the price system in the economy?

functions and roles of price in our economy in tanzania


Management functions and management skills?

what are the management Functions?Briefly explain each one.


How do you override functions in c?

Not possible in C, only in C++