i have a question which is quite simple but yet complicated
for me
my question is why do we use void, if it does not return
anything to the compiler?
if it is used for normal display it can also be done by
what is called Console.Write() or Consol.WriteLine() and if
i do not use void with my method then my compiler throws me
an error. if i return a value say integer then i write
public int fun() display of the result can also be done
here
then why is it so necessary to use void with a function and
why so compiler throw us an error if v don't use void
return type?
Answers were Sorted based on User's Feedback
Just to add on that,
i guess, Compiler basically looks the pre-defined syntax or
format rather than just the keyword, like say, it parses
function as ACCESS MODIFIER RETURNTYPE FUNCTION() e.g.
public void test(). Here ACCESS MODIFIER is optional,
becuase bydefault it is PRIVATE, but return type is
mandatory, that is why, eventhough you don't return any
value, it is mandatory to instruct compilter that, the
function does not return anything.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / n r s reddy
Hi buddy...
its as simple as your questino.
By using key word VOID, just its an informationto the
comiler stating that following code is not goig to return
anything. Where we can save some resources like memory
etc... from functionality point of view.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the types of constructors?
Explain the difference between a struct and a class?
What namespaces are necessary to create a localized application?
2 Answers Rolta, Siebel Systems, Visual Soft,
What does console writeline do?
Why is c# good for games?
What is Interface and Abstraction (in real time scenario)
What is console write in c#?
Is int an object in c#?
How can you sort the elements of the array in descending order?
1 Answers Junosource, Siebel Systems, Wipro,
What is a cs file?
What is the advantage of generics in c#?
Can you store strings in arrays?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)