+ 1
return 0 means program will return null value to function , you mainly use this with int main() in this case main has to return some integer value but if we use return 0 it will return null value and if we don't use return 0, program will show you error



