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 output of the below: printf("%d", printf("Hello"));
The output would be as follows: Hello5 Reason: 'printf( )' not only prints a given strings, but it also returns a number which is the count of the number of characters that it has successfully printed...
Pravalika
Are C Programmers currently in demand?
Ofcourse, C is alwasy in demand. In the beginning a lot of the big project developed in C language. Now a days, there are a lot of language in market and speciallity is growing in IT field. For a big organization...
Harsha
What is a calling function in C?
In C, a calling function, also referred to as a calling routine or a caller, is a function that invokes or "calls" another function. When a program executes, control is transferred from the calling function...
Deepika
0 0
6
What does # mean in C?
#include is a preprocessor directive which is used to include user-defined file.
Sridevi
0 0
5
What is the difference between n=1 and n==1 in the C language?
'=' is ASSIGNMENT operator , where as '==' is COMPARISON operator. int a=7; assigns the variable a an integer value 7 , where as a==7; checks if the VALUE of a is EQUAL to 7.
Soujanya
0 0
8

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

Ask a Question

Related Lessons

C for Begginers
C is an procedure oriented programming language. For any begginer the word program is new. Program: Set of instructions to be followed by machine or computer. Instruction Examples: Arithmetic instruction...

Recursion in C Programming
The process of calling a function by itself is called recursion and the function which calls itself is called recursive function. Syntax of Recursive Function returntype recursive_func () { statements; ...
R

Ravindra Yadav

2 0
0

Is It Fine To Write “void main()” Or “main()” In C/C++?
The definition: void main() { /* ... */ } Is not and never has been C++, nor has it even been C. See the ISO C++ standard 3.6.1 or the ISO C standard 5.1.2.2.1. A conforming...

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

C Program-String Comparison
// WAP to compare strings entered by the user //Header files #include<stdio.h>#include<conio.h>#include<string.h> //Main function void main(){ char str1; char str2; int comp; //Function...

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