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.


Can a Horizontal line represent a function?

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


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


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
What is the name of the palace queen elizabeth 2 lives in? Could one trillion marbles fill the Rockies stadium? Did Beyonce ever date someone named Brion Aiken? Drawbacks of constant k type filters? Is 63 cm bigger than 6 m? Does food allergy testing work? How do you put a bun shaper in your hair? What is the Kansas City Chiefs all time record against john elway? Are you lesbian if you think about women and how they look? What should I include in a diversity statement"? How was plaque spread? What is a medrosexual? If the daily wind speeds at the airport are 40 kph 20 kph 40 kph 25 kph 35 kph 50 kph and 30 kph what is the median wind speed and the mode of the wind speed? Who were the mascots for the Munich olympic games 1972? What does the girls' behvaior tell you about the youth of Salem in The Crucible by Arthur Miller? What country does the word jodhpur come from? What dosage is blue aderal pill? What is the sac formed by dilatation of a vessel wall in the cerebral artery called? Why is agriculture not a profitable industry in southern Italy? What is the percentage that miracles happen?

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 ©2026 Infospace Holdings LLC, A System1 Company. 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.