es palindromo
C
// devuelve cierto si la subcadena que hay entre las posiciones inicio y fin es palindromo.
bool esPalindromo(char cad[], int inicio, int fin){
bool pal = false;
if(inicio == fin){
pal = true;
}else{
if(cad[inicio] == cad[fin]){
pal = esPalindromo(cad, inicio + 1, fin - 1);
}
}
return pal;
}
Also in C:
- Title
- powershell list big files
- Category
- C
- Title
- c concatenate strings
- Category
- C
- Title
- unordered_map
- Category
- C
- Title
- change plot line color in matplotlib
- Category
- C
- Title
- es par
- Category
- C
- Title
- get_session` is not available when using TensorFlow 2.0.
- Category
- C
- Title
- how to sleep in c
- Category
- C
- Title
- how to open a website in c
- Category
- C
- Title
- program using if statement in c whether numnber is less eqaul to greater than 50
- Category
- C
- Title
- time now c
- Category
- C
- Title
- bella ciao lyrics
- Category
- C
- Title
- how to open chrome using cmd
- Category
- C
- Title
- strtok
- Category
- C
- Title
- string to int c
- Category
- C
- Title
- accessing elements 2D array using pointers
- Category
- C
- Title
- remove element queue
- Category
- C
- Title
- arduino vscode upload choosing sketch
- Category
- C
- Title
- coin row problem in linear time
- Category
- C
- Title
- how to write function in c
- Category
- C
- Title
- how to only show tenths place in c
- Category
- C
- Title
- c producer consumer pthread semaphore
- Category
- C
- Title
- battlefield4u.com
- Category
- C
- Title
- declare integer c
- Category
- C
- Title
- left me on read
- Category
- C
- Title
- functions return type in c
- Category
- C
- Title
- buscar caracter
- Category
- C
- Title
- c list
- Category
- C
- Title
- arduino digital input pins
- Category
- C
- Title
- how to feed a char array to function in C
- Category
- C
- Title
- c program to find the sum of given number using recursion
- Category
- C
- Title
- fibonacci series using recursion
- Category
- C
- Title
- how to do matrix multiplication in c
- Category
- C
- Title
- vbnet create and write on file
- Category
- C
- Title
- what is the meaningof noremap
- Category
- C
- Title
- c program to perform transpose of a matrix
- Category
- C
- Title
- how to login to another user in powershell
- Category
- C
- Title
- div
- Category
- C
- Title
- boolean function c
- Category
- C
- Title
- diagonales
- Category
- C
- Title
- entete
- Category
- C
- Title
- doubly linked list c
- Category
- C
- Title
- fa fa-facebook
- Category
- C
- Title
- how to remove \n from a string c
- Category
- C
- Title
- strtoul C
- Category
- C
- Title
- too few arguments to function in c
- Category
- C
- Title
- delete docker image repository none
- Category
- C
- Title
- classification report to excel
- Category
- C
- Title
- prime number
- Category
- C
- Title
- sdl bouton
- Category
- C
- Title
- write a binary file c
- Category
- C
- Title
- lazer codechef
- Category
- C
- Title
- wait function in c
- Category
- C
- Title
- c defined value sum
- Category
- C
- Title
- hostbuilder add environment variables
- Category
- C
- Title
- diferencia entre * y & en c
- Category
- C
- Title
- undefined symbols for architecture x86_64 in c
- Category
- C
- Title
- #include<stdlib.h>
- Category
- C
- Title
- passing 2d array as parameter to function in c
- Category
- C
- Title
- c check if char is number
- Category
- C
- Title
- find string in all files powershell
- Category
- C
- Title
- C why is is & nit used in scan f fr string
- Category
- C
- Title
- how to find the ith row of pascal's triangle in c
- Category
- C
- Title
- malloc in c
- Category
- C
- Title
- typedef in c
- Category
- C
- Title
- Fibonacci program c pthread
- Category
- C
- Title
- get current used proxy windows 7
- Category
- C
- Title
- PS1 modified lags
- Category
- C
- Title
- c float to int
- Category
- C
- Title
- Declare macro
- Category
- C
- Title
- triangulo
- Category
- C
- Title
- reverse function in c
- Category
- C
- Title
- measure time in c
- Category
- C
- Title
- a enum data type in c with loop
- Category
- C
- Title
- incompatible types when initializing type ‘float’ using type ‘point {aka struct point}’
- Category
- C
- Title
- how to free a 2d array correctly
- Category
- C
- Title
- printf in c
- Category
- C
- Title
- text wrap terminal colour
- Category
- C
- Title
- how to print in c
- Category
- C
- Title
- xamarin command listview button
- Category
- C
- Title
- slug urls django
- Category
- C
- Title
- reset c array to zero
- Category
- C
- Title
- get configuration script window 7
- Category
- C
- Title
- multiplicacion recursiva
- Category
- C
- Title
- limit of integer in c
- Category
- C
- Title
- múltiplos entre dos numeros en c
- Category
- C
- Title
- use of matplotlib inline
- Category
- C
- Title
- atoi
- Category
- C
- Title
- java.lang.SecurityException: Permission denied (missing INTERNET permission?)
- Category
- C
- Title
- how to call the tkinter insert command from another class
- Category
- C
- Title
- casting in c
- Category
- C
- Title
- linux directory commands
- Category
- C
- Title
- factors using recursion
- Category
- C
- Title
- c print hello world
- Category
- C
- Title
- c isdigit function
- Category
- C
- Title
- windeployqt example
- Category
- C
- Title
- how to ascii art in c
- Category
- C
- Title
- how to make a linked list in c
- Category
- C
- Title
- 'keras.backend' is not a package
- Category
- C
- Title
- c bit access union
- Category
- C
- Title
- c print array
- Category
- C