Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Reverse.CPP
#include <stdio.h> void main() { int n,recerse=0,rem; printf("Enter a num:"); scanf("%d",&n); while(n!=0) {rem=n%10; reverse=reverse*10+rem; n/10=10; } printf("Reverse num:%d",reverse); }
run
|
edit
|
history
|
help
0
GCC supports 128-bit integer arithmetic
Strncpy memcpy
MATRIZ DE CADENAS
2017_1117_TARTAGLIA
pruebapi2
Practica 5 ejercicio beneficio empresa
intro coding hello world
Loop-worksharing
staircase
printing float pointers