every function has return the value?



every function has return the value?..

Answer / gulam_khan7

no every function can,t return the value.if we use as void
addnum(int,int) then it will be not return value.if we use
the int addnum(int,int) is also return the value as
according to there data type.
function has three type call by value,call by refrence.and
recursive function.these all are different.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More C Interview Questions

What is s in c?

0 Answers  


Do you know pointer in c?

0 Answers  


What is c variable?

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


what is c programming?

3 Answers   TCS,






Tell me the use of bit field in c language?

0 Answers  


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


What are structures and unions? State differencves between them.

0 Answers   iNautix,


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


How pointer is different from array?

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


Categories