Define function ?Explain about arguments?
Answer Posted / 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 |
Post New Answer View All Answers
How do we declare variables in c?
Why doesnt this code work?
How do I read the arrow keys? What about function keys?
How are variables declared in c?
What is the use of a conditional inclusion statement in C?
Is there anything like an ifdef for typedefs?
What is variable declaration and definition in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Can a pointer be volatile in c?
Write a program to know whether the input number is an armstrong number.
Mention four important string handling functions in c languages .
What are the 5 types of organizational structures?
Explain how can you be sure that a program follows the ansi c standard?
Sir i need notes for structure,functions,pointers in c language can you help me please
What are the functions to open and close the file in c language?