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

plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


what does ‘segmentation violation’ mean?

1 Answers  


Why is sizeof () an operator and not a function?

0 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


why we shiuld use main keyword in C

5 Answers  


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


Categories