return keyword or return statement

The return statement terminates the execution of a called function and returns control to the calling function. A return statement can also return a value (optional) to the calling function. 

रिटर्न स्टेटमेंट कॉल्ड फंक्शन के एक्सीक्यूशन को समाप्त कर, प्रोग्राम कंट्रोल को कालिंग फंक्शन पर भेजने का कार्य करता है। रिटर्न स्टेटमेंट द्वारा वैकल्पिक रूप से एक वैल्यू भी रिटर्न की जा सकती है।    

Syntax:-
return expression_value;

Comments

Popular posts from this blog

C Language Topics in Hindi and English

C language IMP Questions for BSc/BA/BCom/BCA/BE/BTech/MSc/MCA (CS/IT) I year students