#include <stdio.h>
void main() {
int i = 65;
vi;
printf(“%d”,!i);
}
Correct answer: 11
In

#include <stdio.h>
void main() {
int i = 65;
vi;
printf(“%d”,!i);
}
Correct answer: 11
Incorrect answer:​

About the author
Claire

1 thought on “#include <stdio.h><br />void main() {<br />int i = 65;<br />vi;<br />printf(“%d”,!i);<br />}<br />Correct answer: 11<br />In”

Leave a Reply to Harper Cancel reply