What is the output of the below code?
#include <stdio.h> int main() { int x = -30; x = x >> 1; printf("%d\n", x); }
Output:
implementation-defined.
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:
implementation-defined.
need an explanation for this answer? contact us directly to get an explanation for this answer