what is diference between return 0 and return NULL??

Answer Posted / sourabh

return 0 means the function returns the particular value 0
returnn null means the function does not return any value'

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null always equal to 0(zero)?

788


What is the condition that is applied with ?: Operator?

874


What is FIFO?

1124


What is a structural principle?

831


All technical questions

1732


How can I send mail from within a c program?

778


What is define directive?

850


What is the meaning of ?

800


What is bubble sort in c?

819


What is a program flowchart and explain how does it help in writing a program?

962


What is the difference between the local variable and global variable in c?

721


What standard functions are available to manipulate strings?

805


Which of these functions is safer to use : fgets(), gets()? Why?

868


What is int main () in c?

850


How do you determine whether to use a stream function or a low-level function?

902