answersLogoWhite

0

There are viruses in almost every programming language, but most are probably written in C and C++ as these two languages have a lot more control over your application compared to most others, so you can be very specific about what you want them to do. Smaller, less powerful languages such as Visual Basic, .NET, Python or Java will also suffice in creating viruses. Viruses can also be embedded in browser add-ons, and other downloaded things.

It's also possible to embed an HTML virus into a website.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

When was Essentials of Programming Languages created?

Essentials of Programming Languages was created in 2008-04.


What are the classification of programming languages?

Programming languages, like human languages, are defined through the use of syntactic and semantic rules, to determine structure and meaning respectively. Thousands of different programming languages have been created, and new languages are created every year.


Who made programming languages?

Different languages were created by different people, obviously.


What are the Definitions on programming?

Programming is a term that describes the usage of a programming language. Programming languages (C++ for example) are languages that create programs, these programming languages should not be confused with scripting languages. Scripting languages are languages that are meant to be interpenetrated by programs. (Written in a programming language)


What language are virus written?

Viruses can be written in various programming languages, including C, C++, and assembly language. The choice of programming language depends on the complexity and functionality of the virus that the creator wants to achieve.


How virus are being programmed?

They are programmed in programming languages or scripting languages like Visual basic , c , c++,java , vb script or java script.


What kind of programming language is Halide?

There are many different programming languages available on the market. The programming language 'Halide' is a relatively new language on the market that was created to make programming easier.


How many pages does Essentials of Programming Languages have?

Essentials of Programming Languages has 416 pages.


Why do you have different Programming languages?

why do we have diffrent programming laungage


What is the best website to download C programming language?

Programming languages (or natural languages) cannot be downloaded.


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


Why is a string immutable in programming languages?

A string is immutable in programming languages because once it is created, its value cannot be changed. This helps ensure data integrity and prevents accidental modifications that could lead to errors in the program.