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
Where is the word concede in the book Fever 1793? How did the native Americans make their shoes? How do you find the mean of numerical data? How long does it takes to travel from Washington dc to Virginia? What does an Egyptian cross tattoo on the hand mean? Where is a robber who's been clobbered in wheres wally? Let xy x plus 2y and let xy x - z. Solve the following system of equations for x y and z (xy)z 4 x plus (x(y2))(-z) -2 (xy)(-z) 2? How many hours in California to New York? How many people were in a firing squad? How do you speak samoen? How much does it cost to send a birthday card from the US to Canada? What type of angle is 112 degrees? What is Suzanne Collins trying to teach you through the hunger games? How did William the conqueror reward the English? What sncc did? What is the conflict in a ghost story by Mark Twain? Where is the cheapest place to buy a hand sanitizer dispenser? What is the difference between hailstorm and ice storm? Can you choose colorless as a color in Magic: The Gathering? What band is Jason newsted in now?

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.