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

Is malloc memset faster than calloc?

0 Answers  


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


Tell me what are bitwise shift operators?

0 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


Why is malloc used?

1 Answers  


List some of the dynamic data structures in C?

0 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


What are the 3 types of structures?

0 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


To find whether a number is even or odd without using any conditional operator??

12 Answers   College School Exams Tests, IBM,


Categories