Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Cuenta codigos
//Title of this code #include <stdio.h> #include <math.h> int main(void) { long long N; long long a; printf("Valor de N ..."); scanf(" %lld", &N); a = 0; while(N > 0) { N = N/10; a++; } printf("Tiene %lld digitos", a); return 0; }
run
|
edit
|
history
|
help
0
Warnings
polymorphism simulation in plain C with a simple structures
Leap year check
b=1 c=1
day 3 integer manipulation
A_141121_mayorMenor
Square pyramid
14th Dec Project1 v0.2
X=1
Spring 2017 Lab 4 v0.5