answersLogoWhite

0

mujhe kya pta

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are its program components?

the main() function,the#include Directive, the variable definition. function prototype, program statements, the function definition,program comments and braces are the components of program in C++


The first major program written in C was the what opserating system?

Unix kernel


What are four major components of the Rankine cycle?

The four major components of the rankine cycle are as follows: 1. boiler 2. turbine 3. condenser 4. pump i.e. in short (B-T-C-P)


Fundamental components of a c plus plus program?

#include <iostream> using standard namespace std; int main() { cout << "your prob shouldn't be taking c++"; return 0; }


What is Processor in c program?

The processor is the machine's CPU (central processing unit). It has nothing to do with the C language itself -- at best it is an implementation detail (the compiler can take advantage of the CPU's specific features to optimise code). In terms of programming, the processor is a concept. All non-trivial programs have at least four major components: input, processing, output. The bulk of the work is carried out by the processor. However, even the individual functions of a program can also be broken down into similar components: preconditions, processing and postconditions.


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


Features of c program?

the features of a C program


How does the CPU relate to the other six major components?

Depends on what you mean by the "6 other" major components. The CPU in general is critical to a computer's operation, as it handles everything that happens. A file being written to the hard drive, a program requesting the graphics card, or an email coming in.


What are the major components of food?

Carbohydrates, Fats and Proteins are the major components of food.


What is executive a c program?

I think it is 'execution of a C program'.


What are the components of c language?

Compiler and Programmer these are the two components of the C language


C program on left factoring in compiler design?

how to create a c program for left factoring.