answersLogoWhite

0

What is recurcive function in c?

User Avatar

Anonymous

∙ 15y 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

∙ 15y 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
Another term of f clef and g clef? Does lava really glow? Does the earth revolve around the earth? Who kissed Demi Lovato? Is the Philippines a 3rd world country? How much does it cost to remove vinyl siding on a house? What causes a rain shadow desert? What are the reasons for rural development? What is the distance in kilometers between Toronto and Guelph? What are the two numbers if the LCM is 24? What are the two house of the british parliament? What are the benefits of using a hot water dispenser in a kitchen? What is five sixth of 48? What are five safety precaution measures that may prevent accidents in the kitchen? Where did the lyrics come from Every time we touch i get this feeling and every time we kiss I swear I can fly My heart beats fast I want this to last I need you by my side.? In 1899 what continent was the us a major power in? What shoes do cole and Dylan Sprouse wear? Was tower bridge bombed during world war 2? Wil ssi checks come out tomorrow? Who said this I am the punishment of god if you had not committed a great sin?

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.