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 |
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is the difference between a free-standing and a hosted environment?
What is #define in c?
What is a macro, and explain how do you use it?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
what is a function prototype?
Process by which one bit pattern in to another by bit wise operation is?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
How does selection sort work in c?
Differentiate between Macro and ordinary definition.
What are the rules for the identifier?