Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lab 7 v1.0
//gcc 5.4.0 #include <stdio.h> #include <string.h> int main(void) { int i=0; char x; char X[100]; scanf("%c",&x); scanf("%s",X); printf("%s\n",X); while(i<=strlen(X)){ if(X[i]==x){ printf("%c\n",x); break; } else{ ++i; } } return 0; }
run
|
edit
|
history
|
help
0
Dynamic array
finalpyramid
Spring 2017 Project 2 v1
Finite State Machine Program Example (ECE 2534)
150109_RecursividadPrimo
Atoi without minus
Lab6 v1.0 Sin,cos,tan,cot
decr
pattern
poinres1