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

What is assignment operator?

0 Answers  


what is array?

63 Answers   Amdocs, HCL,


Is linux written in c?

0 Answers  


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


What is the code in while loop that returns the output of given code?

0 Answers  






what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


What are types of structure?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


What is an auto keyword in c?

0 Answers  


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


Categories