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
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
What is the difference beween joblib and steplib statements
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
how can i split string in a textbox in windows appication using C#.net
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
What are two of your strengths that you will bring to our QA/testing team?
How does the TCP handle the issue of multiplexing?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
Define distributed queries. can you explain me as soon as possible
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
How will you prove that java swing is multithreaded?