Define function ?Explain about arguments?

Answers were Sorted based on User's Feedback



Define function ?Explain about arguments?..

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

Define function ?Explain about arguments?..

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

Post New Answer

More C Interview Questions

How will you allocate memory to double a pointer?

1 Answers  


in which language c language is written?

2 Answers  


what is inline function?

2 Answers  


What language is c written?

0 Answers  


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  






Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


Give the rules for variable declaration?

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


What is the use of c language in real life?

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


Categories