Define function ?Explain about arguments?
Answer Posted / 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 |
Post New Answer View All Answers
How will you write a code for accessing the length of an array without assigning it to another variable?
Which function in C can be used to append a string to another string?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is infinite loop?
What is a loop?
how can I convert a string to a number?
Explain logical errors? Compare with syntax errors.
Explain the meaning of keyword 'extern' in a function declaration.
What extern c means?
What is #include stdio h and #include conio h?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is wrong with this program statement?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What are dangling pointers in c?