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 |
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is wrong with this code?
why we are using float in C
Is c easier than java?
Write a program to find minimum between three no.s whithout using comparison operator.
Explain the Difference between the New and Malloc keyword.
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
what is c programming?
Explain what does a function declared as pascal do differently?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What are the usage of pointer in c?
What is a const pointer, and how does it differ from a pointer to a const?