Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
demo_strlen
//gcc 5.4.0 #include <stdio.h> #include <string.h> int main(void) { printf("%d\n", strlen("ana")); char nume[] = "gigel"; printf("%s are lungimea %d\n", nume, strlen(nume)); char alt_nume[100] = "gigel gigel"; printf("%s are lungimea %d\n", alt_nume, strlen(alt_nume)); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
B_141128_MatrizUnSoloIndice
C_141106_Factorial
SIGABRT error
function pointers
bitwise operations
bit wise operation
Midterm practice, turn into for loop
T3.C
Text to ASCII (top)
Stub Program for Problem 5 HW 2
stackse - search stackoverflow differently
Please log in to post a comment.