Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Project 5 v.02
Difference between memcpy n strncpy
tst2.c
---DISEÑO DE TECLADO---
FUNCTIONS Shape functions
b=1,c=1
PART 2
Lab 9 v0.965
test1.c
18BCE2182 ASSESS_1 Q1-5