void main(){ print(“%d”,printf(“What this prints”)) };
Compile error
What this prints
11
15
main() { signed int bit=512, i=5; for(;i;i--) { printf("%dn", bit = (bit >> (i - (i -1)))); } }
256256256256256
55555
runtime error
void main(){ print(“%d”,scanf(“%s”)) };
Hello world
5
What is the maximum length of command line arguments including space between adjacent arguments
100
50
200
150
void main() { int x=20,y=35; x= y++ + x++; y= ++y + ++x; printf(" %d %d" , x,y); }
x=57 & y=94
x=57,y=55
X = 57 Y= 93
X = 37 Y= 65
Which group has had the most impact on modern object-oriented programming practices?
The Gang of Four
The Party of Five
The soft-drink industry
AC/DC
What is the best way to preserve type safety in assembly language?
Don't link your modules to modules written in any other language
Make sure you declare all your variables' data types ahead of time
Don't add variables of one type to variables of another
Devout prayer