answersLogoWhite

0

Call by function in c language?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

I guess you meant the following:

'In C language, when you call a function,the parameters are passed by-value.'

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is a statement in c language programme?

Any experssion including assignment or a function call can be a statement in C


What function that call themselves are called to c programme?

Functions in C language may call themselves (ie can be recursive) without restrictions.


How do you add two numbers with out using operator in c language?

Not possible. Of course you can call a function which does the addition for you, but function-calling is also an operator in C.


What do we mean by Sub-routine calls in C language?

A subroutine is a procedure call. In other words, a function call.


What is the differnce between ordinary function and template function of c language?

The c language does not have template functions. That is a c++ thing.


What are the library function in c language?

libray in c++


What are the hearing rods for identifier 'c' language?

The hearing rods for identifier "c" language is the function.


What is function of brack in c language?

Nothing.


Why printf is known as call by value?

C language uses only one method for parameter-passing: call by value.


Why Clearscreen in c language is used?

'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).


Is combination a library function in c language of programming?

No.


Can you write any c prigramme in c language witthout any function?

No. At minimum, you need to provide a main() function.


Why you use 'integer' before function in C language?

To specify the return-type of the function.


What function is used to perform exponentiation in C language?

You can use the pow() function in math.h.


What is the definition for call by value in c language?

A function is called within a function either called by value or called by reference.When a function is called by passing the values of one or more variables,then the value is copied to a new var of the function's own var of its scope.Ex:void main(){...........c=fun(a,b);...}fun(int c,int d){ int t;t=c+d;return(t);}


A c plus plus statement that invokes a function is known as?

...a function call.


Which keyword is used to make function call faster in c?

Inline Function


What function in Microsoft Excel 2003 to write the amount in word?

Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.


What are functions in c language?

constants, MAX_(function), etc.


What is the function of stdlibh in c language?

It contains useful declarations.