You're offline. Some features may be limited.
#include <stdio.h> int main () int x 10, y = 20; printf ("%d", (x > y)? x : y); | Suva Ai