why main() method should not return any value
Answer Posted / jhil123
It is possible if we declare main() function return value
as void. This is because the default return value of main
function in C is int and if one declares it as void it
results in mismatch in declaration and so cannot be
declared as void.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is ur porject Architecture? If anyone ask what i have to specify here..
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
How to set fixed width in particular
What is the merger sort principle and its time complexity.
Explain what is OOPS and its concepts?
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
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.
what are importance in problem tracking
what is the current salary package in India for a lamp programmer
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
What is the use of Differ interface check box in Ship confirm?
Any real time example of O2C process from taking order till creating invoice.
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches