why use "return" statement

a) on executing the return statement it immediately transfers the control back to the calling program

b) it returns the value present in the parentheses return, to the calling program

c) a & b

d) none of the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


Find occurence of a character in a sting.

3 Answers   TCS,


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


How can I implement sets or arrays of bits?

0 Answers  


What is unary operator?

0 Answers  






Can we initialize extern variable in c?

0 Answers  


What is the difference between realloc() and free()

1 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


What is logical error?

0 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


Can we compile a program without main() function?

0 Answers  


What is the function of this pointer?

0 Answers   Agilent, ZS Associates,


Categories