Is it necessary to return 0 in a program? Why?

Asked by Last Modified  

Follow 5
Answer

Please enter your answer

Professional with 10+ years of experience. Expert in teaching C, Java, Python, Data Structures

It is good to return 0 , as 0 means TRUE for the operating system. Values other than 0 will have some other meaning in the operating system perspective. When we are returning 0, it is an indication that program completed successfully. In case of abnormal termination, You will be notified with different...
read more
It is good to return 0 , as 0 means TRUE for the operating system. Values other than 0 will have some other meaning in the operating system perspective. When we are returning 0, it is an indication that program completed successfully. In case of abnormal termination, You will be notified with different values, which has specific meaning. For example pressing Ctrl-C in the middle of the program will return 130. read less
Comments

Tutor

It depends, It depends on your method data type, for suppose you have created a method type as void so you don't need to return, but for suppose you have created a method as int or string or any data type then you have to return the value.
Comments

Computer Wizard

if function has return type then return 0 otherwise not matter
Comments

Software Architect

Its always considered as a healthy programming to return something from your program. Advantages: You can control what kind of message you want to return if your program fails and what kind of message you want to return if your program passes. I guess you question is in context of main method. That...
read more
Its always considered as a healthy programming to return something from your program. Advantages: You can control what kind of message you want to return if your program fails and what kind of message you want to return if your program passes. I guess you question is in context of main method. That method is invoked by OS whenever you run the program, so it will be good if OS knows weather your program passed or failed. read less
Comments

View 2 more Answers

Related Questions

What is the fee for learning C Language?
In C lang course ,there is not only basics it also having whole package to complete the task and course.cost may be it's depends upon the institute n teaching level
Sk.
How do I add two large integer numbers in C?
We have long int datatype in c programming so use it
Krishan
0 0
6
What is C language?
it is a computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations
Uday

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Why C is a Language and not a database?
When I interviewed a candidate, I raised this question many times, but I have not got the answer correctly. To under why C is a language and not a database, it is good to understand why our communication...

An Interesting discussion about malloc( ) and calloc( )
What are malloc( ) and calloc( )? Simply putting they are the predefined functions in C language. Malloc( ) and calloc( ) are two such functions which are used for more or less identical purpose and...

C Program-String Palindrome
//Header files #include<stdio.h>#include<conio.h>#include<string.h> //Main function void main(){ char mystring; int i,length; int flag=0; //Function for clearing screen clrscr();...

Functions In C Programming
A C-language program is nothing but collection of Function, these are the building blocks of a ‘C’ program. Generally, a function mans a task. “Function is a...

Introduction to Programming Languages
What is a Programming Language? A programming language is a formal computer language or constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you