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
How can you find out how much memory is available?
How pointer is different from array?
How can I write a function that takes a format string and a variable number of arguments?
Why is c called "mother" language?
What are preprocessor directives in c?
What does dm mean sexually?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Are c and c++ the same?
What is structure in c language?
Lists the benefits of c programming language?
Explain b+ tree?
Why do we use stdio h and conio h?
How to write c functions that modify head pointer of a linked list?
How do you override a defined macro?
Why C language is a procedural language?