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
Why must variations be present in order for evolution to occur? Are lemon boy tomatoes determinate? When do eskimos use igloos? Where the fuse box inside a 97 Jeep Grand Cherokee? What is the opposite of silence but rhymes with hound? Is the sun the only source of light energy on the earth? What does it mean when a child likes violence? How did progressives challenge social darwinism? What actors and actresses appeared in Levyraati - 1961? Which Indian has set the world record for gas balloon ride? How do adjust the headlights on a 2007 Saab 9-5 Aero? What is the Summary of paghuhukom by lualhati bautista? In the end of the Korean War did the original boundaries between North Korea change? A 5 letter word that is another name for corn the first letter is m the last letter is e? What is the Meaning of September? How many kilometers are in 5 mile? What letter grade would a 54.5 percent be? Where is temperature sending unit on a 2000 Volvo s40? What are some effective exercises specifically targeting the pectoralis minor muscle? What is the water in lakes rivers and oceans and under ground?

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.