FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is NOT required to be known by an user?
A
Function name
B
How function works?
C
Inputs and outputs of the function
D
Function code
Explanation: 

Detailed explanation-1: -8. Which of the following is not a User defined function? Explanation: max() is system defined aggregate function.

Detailed explanation-2: -A user-defined function has three important components: Function declaration. Function definition. Function call.

Detailed explanation-3: -User-defined functions are functions that you use to organize your code in the body of a policy. Once you define a function, you can call it in the same way as the built-in action and parser functions.

Detailed explanation-4: -A user-defined function has three main components that are function declarations, function definition and function call.

There is 1 question to complete.