No, it is a programming language. Or Carbon. Or 100. Or a vitamin.
"C" is a programming language. It is implemented by writing a program using the C syntax and then translated by a compiler, which is an application program.
C
You need the program Xcode which is on one of the Leopard install disks. If you want to make a new C-Application, select "new Project" then "console application" then "standard application".
There is no standard file type as GIFF. You probably mean GIF (graphics interchange format). If so, the answer is no;- you cannot convert a C# console application program to an image.
what is an application program? how an application can be add or remove from pc. what is an application program? how an application can be add or remove from pc.
Once the application is compiled, there is no need for an IDE.
All binaries are launched by simply typing the name of the application.
by deleting the program folder in the program files(C:) answered by oliver kakonda
which function is support by an application program
No. C++ is a computer language. The development system supporting it is a compiler, linker, editor, debugger, etc.No it is a programming language.
find the application in the program files and patch it in the application.
The same way we do it in every other programming language: we start with the canonical "hello world" application: #include<stdio.h> int main (void) { printf ("Hello world!\n"); return 0; } Every other C program is merely an extension of the hello world application.