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

if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


How can I do graphics in c?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  






HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


What is the use of sizeof?

0 Answers  


How can I access memory located at a certain address?

3 Answers   Verizon,


What is the difference between text and binary i/o?

0 Answers  


How can I access an I o board directly?

0 Answers  


What is linear search?

0 Answers  


What are the different types of errors?

0 Answers  


Categories