Tutorials
Resources
Forum
Reviews
Communities
Interview
Jobs
Projects
Training
Your
Ad
Here
Silverlight Games
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Polls
|
Revenue Sharing
|
Lobby
|
Gift Shop
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Pawan
(80)
Deepika Harida...
(57)
Prafulla
(52)
Last 7 Days
Alwyn
(739)
nishithraj
(512)
Manindra Upadh...
(438)
more...
Resources
»
Definitions
»
General
»
What is a procedure? and what is function?
Posted Date: 25 Nov 2008
Resource Type:
Definitions
Category:
General
Author:
gowthami chowdary
Member Level:
Gold
Rating:
Points
: 5
A procedure is a method which doesn't return any value to the calling place.
Ex:
Add(int a, int b)
{
}
A function is a procedure which always will return a single value to the calling place.As function returns single value mentioning return type is compulsory.
Ex:
int add(int a,int b)
{
int c=a+b;
return c:
}
Responses
No responses found. Be the first to respond and make money from
revenue sharing program
.
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
to add tags.
C# .Net
.
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
What is Statefull Nature?
Previous Resource:
What is connection object in ADO.Net?
Return to Discussion Resource Index
Post New Resource
Category:
General
Post resources and
earn money
!
More Resources
What is Statefull Nature?
What is client side scripting code and what is server side scripting code?
What is a platform/What are the types define them?
Managed code and Managed data
CLR
What are the key benefits of XML?
dotNet Slackers
About Us
Contact Us
Privacy Policy
Terms Of Use