What is return type in c?



What is return type in c?..

Answer / Kunal Sinha

"In C, the return type of a function specifies the data type that a function will produce when it terminates. It is specified before the function name and is used to indicate the value that is returned by the function."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is a memory leak? How to avoid it?

2 Answers  


What is difference between far and near pointers?

1 Answers  


What would be an example of a structure analogous to structure c?

1 Answers  


How to draw the flowchart for structure programs?

1 Answers  


What is #pragma statements?

1 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1 Answers   College School Exams Tests,


diff .between strcture and union

2 Answers  


What are pointers in C? Give an example where to illustrate their significance.

1 Answers   Wipro,


Explain what are multibyte characters?

1 Answers  


What is printf () in c?

1 Answers  


Explain c preprocessor?

1 Answers  


Categories