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
What are the scanner frequencies for brunswick county North Carolina? What year was Marlin 39a Golden Mountie Serial number U11416 made? Is there anything that does not involve physics? What is the viscosity difference between the hpmc k4m and hpmc k15m? What is the answer to exersice 3 in spellbound 4 week 12? What is negative eighteen ninths as a decimal? Where can you work at the age on 10 or 11? What movie and television projects has Clay Aiken been in? Who does clary end up with Simon or jace? What is the significance of the "Daniel 70 weeks" prophecy and how does it relate to biblical eschatology? Which word has a male in a dairy product? What is Phil Jackson nationality? Is My Own Worst Enemy by LIT or Blink-182? Who wrote about the heroic deeds of kings of the mycenaean period and the Trojan war? What year was Winchester model 190 serial number 179449 made? How do you write a power as a product of the same factor And then find the value? What you say for kalyug in English? What are informal letters? Are executor fees taxable if the executor receives none of the inheritance? How old is Barbara sturm?

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 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.