answersLogoWhite

0


Best Answer

for(j = 1; j <= 12; j++)

{

printf("\nEnter an integer value:");

scanf("%d",&x);

if(x == 0)

y(j) = 0;

if(x != 0)

y(j) = 10;

}

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Multiprogramming in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is windows operating system multiprogramming or multitasking?

multiprogramming


What has the author William David Bustard written?

William David Bustard has written: 'Language structures for modular multiprogramming'


When was THE multiprogramming system created?

THE multiprogramming system was created in 1968.


Differentiate between multiprocessing and multiprogramming?

Multiprocessing means the computer can do multiple processes parallel of each other (at the same time) with no performance degradation. Multiprogramming is an application that can be used to interface with different programming languages (java, C++, etc)


Is multitasking a logical extension of multiprogramming?

timesharing is logical extention of multiprogramming.


Is it possible to do multiprogramming with only one partition of the memory?

is it possible to do multiprogramming with only one partition


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is the main advantage of multiprogramming?

Multiprogramming increases CPU utilization by organizing jobs so that the CPU always has a job to execute.


What is the principal disadvantge of too much multiprogramming?

The principal disadvantge of too much multiprogramming is the overhead of excesssive context-switching. If the context-switch rate is too high, the overhead can actually overwhelm the benefit of multiprogramming.


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object