advertisement
var adpushup = window.adpushup || {};
adpushup.que = adpushup.que || [];
adpushup.que.push(function () {
if (adpushup.config.platform === "MOBILE") {
adpushup.triggerAd("21eae76a-c83f-42b0-aec5-01d590a53f37");
} else if ((window.outerWidth <= 768) || (window.outerWidth == 0)) {
adpushup.triggerAd("21eae76a-c83f-42b0-aec5-01d590a53f37");
}
});
gcc -otest test.c ./test < myfile #include <stdio.h> int main() { char c = 'd'; putchar(c); }
a) Compile time error (after first command)
b) d in the myfile file
c) d on the screen
d) Undefined behaviour
What will be the output of the following C code if following commands are used to run (considering myfile exists)?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following C code if following commands are used to run (considering myfile exists)?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!