answersLogoWhite

0

What is recurcive function in c?

User Avatar

Anonymous

∙ 14y ago
Updated: 8/19/2019

A function that calls itself.

Example:

ProcessList (list *ptr)

{

if (ptr!=NULL) {

DoSomething (ptr->data);

ProcessList (ptr->next);

}

}

User Avatar

Wiki User

∙ 14y ago
Copy

What else can I help you with?

Related Questions

What is C and function it?

It is a letter and function it.


Main function in c?

The main function defines the entry point of an application in C.


How do you use this function in c programme?

I don't use that function in C programme.


What are the building function in c plus plus?

There is no such term as "building function" in C++.


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.


Who is calling main function in c?

in c main function initailly called by operating system.


What is main function used in c?

if you do not used main function in c program when errors are accrued


Can a Horizontal line represent a function?

Yes. It is the function f(x) = c where c is a constant.


Which is the function which destroys objects in C?

No objects in C. For C++, it is destructor.


Function prototype in c?

Yes. Examples can be found in stdio.h


What is a linear function?

A function of the form f(x) = mx + c where m and c are constants is linear.


What are the library function in c language?

libray in c++

Trending Questions
How do you get an employer sponsorship for a visa to allow me to work in Sydney Australia.I fall into the category of skilled worker but I need an Australian to give me a job? What is the area of Whiskers Point Provincial Park? Can you use magnesium hydroxide as a deodorant? Does judge rinder have kids? What are the danger for vampire? Why did the klu klux klan begin to decline in the late 1920's? Does no doz work? What are the contemporary issues in entrepreneurship? What is in e numbers? What is the absolute magnitude of the Milky Way? What clothing did the New Hampshire colonists wear in the 1600's? Cost to build a hospital in a third world country or cost to build a mall in a third world country or cost to build a hotel in a third world country? How do you fill the gas tank on a 2000 bug? How do you tell when your boyfriend isn't telling the truth? What award did Isaac Bolshevism Singer win in 1978? What does the color peach mean? How do you change right fender on 2002 alero? What is a choral character? What leader most likely would agree that a revolution is not a picnic? How do you say grandparents in Japanese?

Resources

Leaderboard All Tags Unanswered

Top Categories

Algebra Chemistry Biology World History English Language Arts Psychology Computer Science Economics

Product

Community Guidelines Honor Code Flashcard Maker Study Guides Math Solver FAQ

Company

About Us Contact Us Terms of Service Privacy Policy Disclaimer Cookie Policy IP Issues
Answers Logo
Copyright ©2025 Answers.com. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.