What is the difference between procedures and functions in
C3#.NET

Answers were Sorted based on User's Feedback



What is the difference between procedures and functions in C3#.NET..

Answer / mugundan madhavan

Actually in FUNCTIONS we pass the input as argument whereas
in PROCEDURES we pass them as parameters.

Is This Answer Correct ?    7 Yes 3 No

What is the difference between procedures and functions in C3#.NET..

Answer / prabhu

In VB.Net Functions and Procedures are set of statements,
only difference is function has to return a value and
procedure doesn't.

In C# No More Functions only methods which may or may not
Return a value with return type in declaration.

Public [int/string/boolean] MyMethod()
{
//Code
}

Is This Answer Correct ?    7 Yes 6 No

Post New Answer

More Microsoft Related AllOther Interview Questions

how to create assembly?

1 Answers   Nth Solution,


What is the cycle of Installing patches.....

0 Answers   HP,


DOTNET -> WPF what is Freezable?

1 Answers  


What is microsoft register server?

0 Answers  


How do I stop microsoft teams from opening on startup?

0 Answers  






What is Computer Administrator ?

0 Answers  


what is 'macro' in excel? how to make use of it ?

0 Answers   ICICI,


What are the different activities we can do with visual studio?

0 Answers  


What is Twisted Pair ?

0 Answers  


How to generate sequence diagrams in visual studio?

0 Answers  


What is SNMP ?

0 Answers   CTS,


What is Server ?

2 Answers  


Categories