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 |
Explain what’s a signal? Explain what do I use signals for?
Explain the red-black trees?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
How does variable declaration affect memory?
What is optimization in c?
Can you return null in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the difference between union and structure in c?
What is the meaning of c in c language?
write a c program to add two integer numbers without using arithmetic operator +
What is the use of f in c?
Define circular linked list.