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 |
what is dot net framework
Write a program to swap the content of two variables without using a third variable.
how do i create my own exception class which will restrict IO exception?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
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?
What are the advantages of Server Controls over HTML/ASP Controls.
Differevce between arrays and array builders?
what are the 3 forms of a prolog term
what is the difference between a namespace and assembly ?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe