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
I heard that you have to include stdio.h before calling printf. Why?
How can I ensure that integer arithmetic doesnt overflow?
How can I remove the trailing spaces from a string?
What are the ways to a null pointer can use in c programming language?
What does c mean in basketball?
What is pointer in c?
i got 75% in all semester am i eligible for your company
What is c language & why it is used?
Here is a good puzzle: how do you write a program which produces its own source code as output?
How can I open a file so that other programs can update it at the same time?
How can I read/write structures from/to data files?
What is the use of extern in c?
What are the different file extensions involved when programming in C?
What is wild pointer in c?
Explain what is the difference between null and nul?