Is difference b/w procedure and function same in every programming language in terms of concept not syntax [closed]

StackOverflow https://stackoverflow.com/questions/22913693

  •  29-06-2023
  •  | 
  •  

سؤال

What is the difference between function and procedure in PL/SQL?

هل كانت مفيدة؟

المحلول

No, it is not. In PL/SQL functions return data, procedures do not. In C for example both are called functions.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top