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


Please Help Members By Posting Answers For Below Questions

How will you write a code for accessing the length of an array without assigning it to another variable?

802


Which function in C can be used to append a string to another string?

879


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

845


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

851


What is infinite loop?

832


What is a loop?

787


how can I convert a string to a number?

778


Explain logical errors? Compare with syntax errors.

810


Explain the meaning of keyword 'extern' in a function declaration.

912


What extern c means?

726


What is #include stdio h and #include conio h?

760


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2010


What is wrong with this program statement?

777


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1708


What are dangling pointers in c?

825