void Succ (char * ch){
if (Dernier(ch) == '9'){
// Debut(ch) : délivre ch privée de son dernier élément
Succ(Debut(ch));
// AjoutF(ch, c) : délivre ch à laquelle on a rajouté à la fin de ch
AjoutF(ch, '0');
}else{
// Dernier(ch) : délivre le dernier caractère de ch
int n = int(Dernier(ch));
n++;
//Carat(n) : int -- char
AjoutF(Debut(ch), Carat(n));
}
}
Code Example |
---|
C :: printf c float |
C :: how to genrate a random number in C |
C :: operators priority in c |
C :: best sites for loop practice c |
C :: c 2d array dimensions |
C :: que es % en c |
C :: c language append line to file |
C :: console log observable data |
C :: c float to string |
C :: how to turn off zsh |
C :: c fork wait for child |
C :: mariadb utf8mb4 |
C :: c print char |
C :: go optional parameters |
C :: C Passing string to a Function |
C :: Gemfile.lock`. It is likely that you need to grant write permissions for that path. |
C :: c code to add two numbers |
C :: binary tree in c search |
C :: struct main function c in unix |
C :: c round float |
C :: latex remove page number from footer |
C :: bubble sort |
C :: qtableview get selected row |
C :: maximo comun divisor |
C :: mysql yyyymm format |
C :: wifi access point in esp8266 |
C :: 1000000000 |
C :: how to make two arrays equal in c |
C :: how to read and write to fiel n c |
C :: len of str vbs |