what diffrence between procedure and function?
Answers were Sorted based on User's Feedback
Answer / asdf
a procedure doesnt return anything to the calling procedure
whereas a function returns a value to the calling function
.. this is the diff..
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sarath_doubt
Procedure does not contain a return type, but a function
consists a return type.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aff
i disagree to both of the answers, i guess procedure and function both are the same.
void draw()
int draw()
you people means to say that i will call the first one as procedure and second one as function! no both can call as procedure and function as well.
| Is This Answer Correct ? | 0 Yes | 2 No |
How does the TCP handle the issue of multiplexing?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Difference between debugging, running, executing of an application
What are the other ways to create an object with out calling new keyword in java?
what is difference between c and C#
Why multiple inheritance is removed in java?
what is the difference between an application and service??? i mean service which runs as in services.msc.
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
will it allow to add same value in HashMap class.
How do i find out the number of parameters passed into function?