answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What function that call themselves are called to c programme?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can you declare a function in the body of another function in c language?

yes, we can not declare a function in the body of another function. but if we declare a function in the body of another function then we can call that very function only in that particular function in which it is declared; and that declared function is not known to other functions present in your programme. So if a function is required in almost all functions of your programme so you must declare it outside the main function i.e in the beginning of your programme.


What is the difference between the calling function and called function?

Function calling is when you call a function yourself in a program. While function invoking is when it gets called automatically.For example, consider this programstruct s{int a,b,s;s(){a=2;b=3;}void sum(){s=a+b;}};void main(){struct s obj; //line 1obj.sum(); // line 2}Here, when line 1 is executed, the function(constructor, i.e. s) is invoked.When line 2 is executed, the function sum is called.


Which function call Does not consume stack space?

Calling an in-line function, which is not actually a function-call.


Explain the allocation of memory cells when a function is called?

When you call a function, the stack pointer is adjusted to cater for the function's arguments (if any), the caller's return address (mandatory), the function's local variables (if any) and the function's exception handlers (if any).


Why we use function prototyping in c language?

You could just define the whole function before it is called, like this:void do_nothing(){}main(){do_nothing();}but if you define the function after it is called, the compiler will arrive at the function's calling before its actual definition. If you prototype your function earlier in the code than the function's call, the compiler will look for the function first.Hope I was able to help.

Related questions

Can you declare a function in the body of another function in c language?

yes, we can not declare a function in the body of another function. but if we declare a function in the body of another function then we can call that very function only in that particular function in which it is declared; and that declared function is not known to other functions present in your programme. So if a function is required in almost all functions of your programme so you must declare it outside the main function i.e in the beginning of your programme.


What is a statement in c language programme?

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


What is Bios function call in 8086 microprocessor?

The BIOS function in the 8086 microprocessor is called an interrupt function. It is an interrupt function because it is not called by a function call instruction.


What did the chaldeans call themselves?

They called themselves Babylonians


Hondurans call themselves catrachos what do Argentinians call themselves?

They called themselves catrachos and argentinian cal themselves argentinians


What do you call a television programme based on dramatised true event?

it's called a Docudrama


What did Egyptian kings call themselves?

they called themselves pharaohs.


What did the Aztec people call themselves?

They called themselves the Chichimeca.


What did the Miwok tribe call themselves?

they called themselves Wala Wala.


What did the Maya call themselves?

The Mayan Called Themselves ,The People Of The Corn


What did Steve and Steve call themselves?

They called themselves Dumb and Dumber


What did the Delaware tribe of New Jersey call themselves?

They called themselves the Lenape.