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