#include <stdio.h> int main() { int x=15, y=4 ; y = ( x>y ? printf(“x is greater than y”) : printf(“y is greater than x”) ) ; }
Output:
x is greater than y
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Output:
x is greater than y
need an explanation for this answer? contact us directly to get an explanation for this answer