Answer Posted / radha raman
A general purpose high level programming to build any kind of application.
1. Word Processors
a. Word Star
2. Electronic Spreadsheet
a. Lotus 123
3. Database Management Systems
a. dBase
b. FoxBase
c. FoxPro
d. Firebird
4. Operating System
a. Unix
b. Linux
c. DOS
5. Device Drivers
6. Scada Systems
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we declare a function inside a function in c?
What is the use of #include in c?
Which built-in library function can be used to match a patter from the string?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Tell me what is the purpose of 'register' keyword in c language?
What are local variables c?
Which of these functions is safer to use : fgets(), gets()? Why?
Explain high-order bytes.
What are the advantages of using Unions?
What do you mean by Recursion Function?
What is an auto variable in c?
What is the right type to use for boolean values in c?
Why c is called procedure oriented language?
State two uses of pointers in C?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.