define function

Answer Posted / desh deepak

A Function is a self-contained block of statement that
perform a Coherent task of some kind. c program is
collection of function.

generel form of function.

function(arg1,arg2,arg3)
type arg1,arg2,arg3;
{
statement1;
statement2;
statement3;
statement4;
}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you find out how much memory is available?

814


How pointer is different from array?

841


How can I write a function that takes a format string and a variable number of arguments?

836


Why is c called "mother" language?

1061


What are preprocessor directives in c?

845


What does dm mean sexually?

1048


Multiply an Integer Number by 2 Without Using Multiplication Operator

552


Are c and c++ the same?

803


What is structure in c language?

834


Lists the benefits of c programming language?

821


Explain b+ tree?

831


Why do we use stdio h and conio h?

852


How to write c functions that modify head pointer of a linked list?

751


How do you override a defined macro?

923


Why C language is a procedural language?

806