Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
conditional expression
//gcc 5.4.0 #include <stdio.h> int main(void) { int x = 51; int y = 0; printf("y=%d\n", (x>50) ? (y=50) : (y=x)); return 0; }
run
|
edit
|
history
|
help
1
Programação em C, testes
example
Lab 9 v0.965
Numero de veces digito
Project 4 v.1
a1
Text to ASCII (top)
Lab 7 blackjack v0.1
Assignment 7
TeleBook2