File:RecursiveFunction2 execution.png

From formulasearchengine
Jump to navigation Jump to search

RecursiveFunction2_execution.png(349 × 143 pixels, file size: 4 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description

The execution of this C function:
void func(int num){

   if(num < 5){
func(num+1);
printf("%d\n", num);
}
}
Date
Source I made it myself
Author User:Maxtremus
Permission
(Reusing this file)
Free to use
File:Recursive2.svg is a vector version of this file. It should be used in place of this PNG file when not inferior. (reason: Textual information stored as raster data.)

File:RecursiveFunction2 execution.png → File:Recursive2.svg

For more information, see Help:SVG.

In other languages
Alemannisch  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
New SVG image

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

29 November 2007

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:48, 29 November 2007Thumbnail for version as of 22:48, 29 November 2007349 × 143 (4 KB)wikimediacommons>Maxtremus{{Information |Description=The execution of this C function:<br> void func(int num){<br> if(num < 5){<br> func(num+1);<br> printf("%d\n", num);<br> }<br> }<br> |Source= |Date=November 29 2007 |Author=[[User:Maxtremus]

There are no pages that use this file.