I am on Windows 11
When I was compiling the following code:
# include<stdio.h>
int main() {
printf("Hello World");
return 0;
}
I got a message from McAfee saying that they have detected a virus threat from the file that I (a.exe) was trying to execute. When I clicked on more details I got to see the name of the virus and it said that the virus has been quarantined/removed. And indeed the file "a.exe" had been deleted from the original folder. Attaching an image for a better understanding of what the message really was.
When I was compiling the following code:
# include<stdio.h>
int main() {
printf("Hello World");
return 0;
}
I got a message from McAfee saying that they have detected a virus threat from the file that I (a.exe) was trying to execute. When I clicked on more details I got to see the name of the virus and it said that the virus has been quarantined/removed. And indeed the file "a.exe" had been deleted from the original folder. Attaching an image for a better understanding of what the message really was.