Define function ?Explain about arguments?
Answers were Sorted based on User's Feedback
Answer / cguru
A function is a procedure to solve a given task.
Arguments are parameters which are specified in the function
header.
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / prashant
Function means to do something within one procedure
everything is predefine in function.
Arguments means what we want to pass while calling that
function.
Is This Answer Correct ? | 5 Yes | 3 No |
How will you allocate memory to double a pointer?
in which language c language is written?
what is inline function?
What language is c written?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Give the rules for variable declaration?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is meant by int fun const(int a, int b) { .... ... }
What is the use of c language in real life?
how to print 212 as Twohundreds twelve plz provide me ans soon