Question: Which statement or statements below assign zero to the variable result ? (a) result = 9%3 1; (b) result = 8%3 1; (c) result =
Which statement or statements below assign zero to the variable "result" ?
(a) result = 9%3 1; (b) result = 8%3 1; (c) result = 2 6%2; (d) result = 2 8%3; (e) none of the above
How does the code below print out star wars?
#include #include main( ) {
char s1[ ] = "star search", s2[ ] = "axqezwars";
printf("%s ",strncpy(s2,s1,5));
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
