✪ Choose the correct option.
#include
int main() {
void v = 0;
printf("%d", v);
return 0;
}
#include
int main() {
void v = 0;
printf("%d", v);
return 0;
}
#include<stdio.h>
int mai
#include
int main() {
void v = 0;
printf("%d", v);
return 0;
}