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

which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


what is void pointer?

1 Answers   Wipro,


How can I get the current date or time of day in a c program?

0 Answers  


Which weighs more, a gram of feathers or a gram of gold?

2 Answers  






suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


What is operator promotion?

0 Answers  


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


What is the main differences between C and Embedded C?

9 Answers  


Can main () be called recursively?

0 Answers  


Is sizeof a keyword in c?

0 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


Categories