Computer Science, asked by Kunika5790, 8 months ago

Among the following which is not a part of a function?
(A)=
(B) function name
(C) function argument
(D)operators

Answers

Answered by reenaojha766
7

Answer:

The not part of is (a) option

please mark me brain list

Answered by Jasleen0599
0

The correct answer is (a) =.

  • Functions in C/C++ A function is a bunch of proclamations that take inputs, do a few explicit calculations, and produce yield.
  • The thought is to put some normally or more than once tackled task together and make a function so that as opposed to composing a similar c o d e over and over for various information sources, we can call the function.
  • A function is a block of c o d e that plays out a particular errand.
  • Each C program has something like one function, which is the principle(), and every one of the most trifling programs can characterize extra functions. You can split your c o d e into discrete functions.
  • The assignment operator is utilized to assign the worth, variable, and function to another variable.
  • The "=" is an assignment operator is utilized to assign the worth on the right to the variable on the left.
Similar questions