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 |
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
swap 2 numbers without using third variable?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Differentiate between the = symbol and == symbol?
What is output redirection?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
1 232 34543 4567654 can anyone tell me how to slove this c question
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What is line in c preprocessor?
if p is a string contained in a string?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?