Answer Posted / shaheen
The expectation you have from a function is the return type
you can use(returntype) is called void here the example
void FunctionName(); here void is used when no meaning ful
value is return(simply int c=0; it does not return a value)
shaheen(mca)
kaikalur
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How many loops are there in c?
how do you execute a c program in unix.
What is wrong with this initialization?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How do you write a program which produces its own source code as output?
Why doesnt this code work?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Explain the red-black trees?
Write a program to implement queue.
What is the difference between functions getch() and getche()?
What are formal parameters?
What does d mean?
What are different types of variables in c?
Is exit(status) truly equivalent to returning the same status from main?