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

Describe the steps to insert data into a singly linked list.

622


Which is an example of a structural homology?

785


How can I do serial ("comm") port I/O?

689


How many header files are in c?

551


Why doesnt long int work?

612






What is a constant and types of constants in c?

602


What is line in c preprocessor?

614


Does c have an equivalent to pascals with statement?

572


What is difference between %d and %i in c?

691


I have a varargs function which accepts a float parameter?

579


What is "Hungarian Notation"?

637


What is a c token and types of c tokens?

588


How to write a code for reverse of string without using string functions?

1578


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3336


How is a structure member accessed?

585